rebase -i: call editor just once for a multi-squash
commit6368f3f8e701cb080b83ceb8ee622636046c514c
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 21 Jul 2007 17:09:41 +0000 (21 18:09 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 21 Jul 2007 23:04:13 +0000 (21 16:04 -0700)
treef24c58d52d2c10380763e5e036fc2ff89ed3a829
parente1abc69b72401c5b2eb0e402e0fe10e8e0e5db27
rebase -i: call editor just once for a multi-squash

Sometimes you want to squash more than two commits.  Before this patch,
the editor was fired up for each squash command.  Now the editor is
started only with the last squash command.

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