Skip to content

Commit 88e2efc

Browse files
committed
Merge branch 'ks/rebase-no-git-foo'
Mentions of "git-rebase" and "git-am" (dashed form) still remained in end-user visible strings emitted by the "git rebase" command; they have been corrected. * ks/rebase-no-git-foo: git-rebase: clean up dashed-usages in messages
2 parents 51affbd + 82cb775 commit 88e2efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-rebase.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ OPTIONS_STUCKLONG=t
99
OPTIONS_SPEC="\
1010
git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] [<branch>]
1111
git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]
12-
git-rebase --continue | --abort | --skip | --edit-todo
12+
git rebase --continue | --abort | --skip | --edit-todo
1313
--
1414
Available options are
1515
v,verbose! display a diffstat of what changed upstream
@@ -216,7 +216,7 @@ run_pre_rebase_hook () {
216216
}
217217

218218
test -f "$apply_dir"/applying &&
219-
die "$(gettext "It looks like git-am is in progress. Cannot rebase.")"
219+
die "$(gettext "It looks like 'git am' is in progress. Cannot rebase.")"
220220

221221
if test -d "$apply_dir"
222222
then

0 commit comments

Comments
 (0)