git-reset: honor -q and do not show progress message
commit5aa965a0c156c6c6d6d38b82c9361a98ba8ed825
authorJamis Buck <jamis@37signals.com>
Sun, 1 Jun 2008 01:10:58 +0000 (31 18:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Jun 2008 01:10:58 +0000 (31 18:10 -0700)
treefca70c09c3880232a25757818a79ba0c44e5132e
parentd2b3691b61d516a0ad2bf700a2a5d9113ceff0b1
git-reset: honor -q and do not show progress message

When running git-reset in a non-interactive setting, the -q switch
works for everything except the progress updates. This squelches it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-reset.c