We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e6fde commit 82cb775Copy full SHA for 82cb775
1 file changed
git-rebase.sh
@@ -9,7 +9,7 @@ OPTIONS_STUCKLONG=t
9
OPTIONS_SPEC="\
10
git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] [<branch>]
11
git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]
12
-git-rebase --continue | --abort | --skip | --edit-todo
+git rebase --continue | --abort | --skip | --edit-todo
13
--
14
Available options are
15
v,verbose! display a diffstat of what changed upstream
@@ -214,7 +214,7 @@ run_pre_rebase_hook () {
214
}
215
216
test -f "$apply_dir"/applying &&
217
- die "$(gettext "It looks like git-am is in progress. Cannot rebase.")"
+ die "$(gettext "It looks like 'git am' is in progress. Cannot rebase.")"
218
219
if test -d "$apply_dir"
220
then
0 commit comments