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
This commit is contained in:
Junio C Hamano 2018-07-24 14:50:44 -07:00
commit f72fd31063

View File

@ -891,9 +891,9 @@ $comment_char $(eval_ngettext \
EOF EOF
append_todo_help append_todo_help
gettext " gettext "
However, if you remove everything, the rebase will be aborted. However, if you remove everything, the rebase will be aborted.
" | git stripspace --comment-lines >>"$todo" " | git stripspace --comment-lines >>"$todo"
if test -z "$keep_empty" if test -z "$keep_empty"
then then