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:
commit
f72fd31063
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user