aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-04-16 12:42:22 -0700
committerJunio C Hamano <gitster@pobox.com>2012-04-16 12:42:22 -0700
commitb3ba46945d634d5c79dfa7a63b300a3007d1ca31 (patch)
treed27024e2a727d48019e605631ba2e81f95275124 /Documentation/git-branch.txt
parentf84e8b6069e87230bf4d13f845748c58d599c572 (diff)
parentd65ddf1984d66e978f0a11e7a4ea2d4eb20193c7 (diff)
downloadgit-b3ba46945d634d5c79dfa7a63b300a3007d1ca31.tar.gz
Merge branch 'jk/branch-quiet'
Even with "-q"uiet option, "checkout" used to report setting up tracking. Also "branch" learns "-q"uiet option to squelch informational message. By Jeff King * jk/branch-quiet: teach "git branch" a --quiet option checkout: suppress tracking message with "-q"
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 6410c3d345..e71370d6b4 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`