author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sat, 21 Jul 2007 17:09:41 +0000 (18:09 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 21 Jul 2007 23:04:13 +0000 (16:04 -0700) | ||
commit | 6368f3f8e701cb080b83ceb8ee622636046c514c | |
tree | f24c58d52d2c10380763e5e036fc2ff89ed3a829 | tree | snapshot |
parent | e1abc69b72401c5b2eb0e402e0fe10e8e0e5db27 | commit | diff |
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>
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 | diff | blob | history | |
t/t3404-rebase-interactive.sh | diff | blob | history |