Skip to content

Commit f72fd31

Browse files
committed
Merge branch 'ag/rebase-p'
The help message shown in the editor to edit todo list in "rebase -p" has regressed recently, which has been corrected. * ag/rebase-p: git-rebase--preserve-merges: fix formatting of todo help message
2 parents 88df0fa + 2e99575 commit f72fd31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-rebase--preserve-merges.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -891,9 +891,9 @@ $comment_char $(eval_ngettext \
891891
EOF
892892
append_todo_help
893893
gettext "
894-
However, if you remove everything, the rebase will be aborted.
894+
However, if you remove everything, the rebase will be aborted.
895895
896-
" | git stripspace --comment-lines >>"$todo"
896+
" | git stripspace --comment-lines >>"$todo"
897897

898898
if test -z "$keep_empty"
899899
then

0 commit comments

Comments
 (0)