]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitdfa49f33489dbb142bcc796a4e932863f9dcce1f
treeac3a46e6f94b6ecdc02a3628e623a90254dc00cc
parent7296096c9d7e9fa12901c02fd1d12f4f996043e2
Shut "git rebase -i" up when no --verbose was given

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>
git-rebase--interactive.sh