rebase -i: fix overzealous output redirection
commit91e1ee776283a238cc135fbbfc3f812492bcbd86
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 26 Jul 2007 06:35:51 +0000 (26 07:35 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Jul 2007 06:38:43 +0000 (25 23:38 -0700)
tree02d10a47330da623a0a4ec3a2475fae509cdde89
parentb87841e1645f900fbec0a937a45f98b70b5684ca
rebase -i: fix overzealous output redirection

When squashing, you no longer saw what the editor had to say to you
after commit 'Shut "git rebase -i" up when no --verbose was given'
(if you used a console based editor, at least).

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