git-reset: add -q option to operate quietly
commit521b53e5c7ee23a137e903d99108f81d44cca5ec
authorGerrit Pape <pape@smarden.org>
Sun, 4 Nov 2007 09:37:20 +0000 (4 09:37 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Nov 2007 08:18:39 +0000 (6 00:18 -0800)
tree9fe349b3f6c40ee2edf24417101f0c9aceeb31e3
parentfe61935007b6803ce116e233316e4ff51de02be6
git-reset: add -q option to operate quietly

Many git commands have a -q option to suppress output to stdout, let's
have it for git-reset too.

This was asked for by Joey Hess through
 http://bugs.debian.org/444933

Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-reset.txt
builtin-reset.c