aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-branch.txt
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-03-26 19:51:06 -0400
committerJunio C Hamano <gitster@pobox.com>2012-03-26 21:32:43 -0700
commitd65ddf1984d66e978f0a11e7a4ea2d4eb20193c7 (patch)
tree95a1e2b6b31b6b20fb979477bd1071cb8679e123 /Documentation/git-branch.txt
parentf9a482e62b079cdf9e80889011b6f41f3c17f0c2 (diff)
downloadgit-d65ddf1984d66e978f0a11e7a4ea2d4eb20193c7.tar.gz
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>
Diffstat (limited to 'Documentation/git-branch.txt')
-rw-r--r--Documentation/git-branch.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index 0427e80a35..d74a30c1ce 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/git-branch.txt
@@ -126,6 +126,11 @@ OPTIONS
relationship to upstream branch (if any). If given twice, print
the name of the upstream branch, as well.
+-q::
+--quiet::
+ Be more quiet when creating or deleting a branch, suppressing
+ non-error messages.
+
--abbrev=<length>::
Alter the sha1's minimum display length in the output listing.
The default value is 7 and can be overridden by the `core.abbrev`