teach "git branch" a --quiet option
commitd65ddf1984d66e978f0a11e7a4ea2d4eb20193c7
authorJeff King <peff@peff.net>
Mon, 26 Mar 2012 23:51:06 +0000 (26 19:51 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Mar 2012 04:32:43 +0000 (26 21:32 -0700)
tree95a1e2b6b31b6b20fb979477bd1071cb8679e123
parentf9a482e62b079cdf9e80889011b6f41f3c17f0c2
teach "git branch" a --quiet option

There's currently no way to suppress the informational
"deleted branch..." or "set up tracking..." messages.  This
patch provides a "-q" option to do so.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-branch.txt
builtin/branch.c