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