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
Родитель 88df0fa659 2e9957525e
Коммит f72fd31063
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -891,9 +891,9 @@ $comment_char $(eval_ngettext \
EOF
append_todo_help
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"
then