silence git gc --auto --quiet output
authorTobias Ulmer <tobiasu@tmux.org>
Mon, 24 Sep 2012 02:40:24 +0000 (04:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Sep 2012 00:57:26 +0000 (17:57 -0700)
commitdf995c7dd21bca9c61f9e5480fdfc1a015b4f1a0
treea470db7543f5f0e397ceac63d4cf26d7334b0079
parentb5d156c3622fa522966034c78fd6ed9a15504d46
silence git gc --auto --quiet output

When --quiet is requested, gc --auto should not display messages unless
there is an error.

Signed-off-by: Tobias Ulmer <tobiasu@tmux.org>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/gc.c
t/t5400-send-pack.sh