diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-04-16 12:42:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-16 12:42:22 -0700 |
commit | b3ba46945d634d5c79dfa7a63b300a3007d1ca31 (patch) | |
tree | d27024e2a727d48019e605631ba2e81f95275124 /Documentation/git-branch.txt | |
parent | Merge branch 'rs/combine-diff-zero-context-at-the-beginning' (diff) | |
parent | teach "git branch" a --quiet option (diff) | |
download | tgif-b3ba46945d634d5c79dfa7a63b300a3007d1ca31.tar.xz |
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.txt | 5 |
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` |