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