rebase -i: improve advice on bad instruction lines
commit37875b4733973ba453abf30e8d48b12751797359
authorRalf Thielow <ralf.thielow@gmail.com>
Tue, 6 Sep 2016 18:59:18 +0000 (6 20:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2016 18:56:05 +0000 (7 11:56 -0700)
tree7f91b71e317a633d4b5b792f7e2e0fc1fb43908c
parent6ebdac1bab966b720d776aa43ca188fe378b1f4b
rebase -i: improve advice on bad instruction lines

If we found bad instruction lines in the instruction sheet
of interactive rebase, we give the user advice on how to
fix it.  However, we don't tell the user what to do afterwards.
Give the user advice to run 'git rebase --continue' after
the fix.

Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh
t/t3404-rebase-interactive.sh