rebase -i: remember the settings of -v, -s and -p when interrupted
commit8e4a91bd780b89c7337f281a8601f2e0cae108fc
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 8 Jul 2007 02:02:47 +0000 (8 03:02 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2007 01:24:19 +0000 (8 18:24 -0700)
treec089102c6f0fdaa175ca0a78629aa937f584fdda
parent3df0a859aa5cc68a2bd616cb686f01cf0e2468c1
rebase -i: remember the settings of -v, -s and -p when interrupted

After interruption, be that an edit, or a conflicting commit, reset
the variables VERBOSE, STRATEGY and PRESERVE_MERGES, so that the
user does not have to respecify them with "rebase --continue".

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh
t/t3404-rebase-interactive.sh