git-reset: Let -q hush "locally modified" messages
commitb0320eaf6a25fbc4adf35d611c27006e6d853aa8
authorStephan Beyer <s-beyer@gmx.net>
Fri, 25 Jul 2008 20:49:08 +0000 (25 22:49 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 26 Jul 2008 00:57:22 +0000 (25 17:57 -0700)
tree2702929267c9fdb09df66aee90f7dac43b404df6
parent128de6576743901b11f243509753320038e74ba7
git-reset: Let -q hush "locally modified" messages

"git reset -q" is advertised to "only report errors", but "locally
modified" messages are still shown.  They are not errors but diagnostics.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-reset.c