Shut "git rebase -i" up when no --verbose was given
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 23 Jul 2007 22:45:49 +0000 (23:45 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2007 06:04:15 +0000 (23:04 -0700)
Up to now, git rebase -i was quite chatty, showing through all the
nice core programs it called.

Now it only shows a progress meter by default.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found