Prompt to continue when editing during rebase --interactive
On hitting an edit point in an interactive rebase, git should prompt the user to run "git rebase --continue" Signed-off-by: Jonathan del Strother <jon.delStrother@bestbefore.tv> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
a50a5c8fa6
commit
0460fb449b
|
|
@ -268,6 +268,10 @@ do_next () {
|
||||||
warn
|
warn
|
||||||
warn " git commit --amend"
|
warn " git commit --amend"
|
||||||
warn
|
warn
|
||||||
|
warn "Once you are satisfied with your changes, run"
|
||||||
|
warn
|
||||||
|
warn " git rebase --continue"
|
||||||
|
warn
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
squash|s)
|
squash|s)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue