diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-25 19:39:52 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-25 19:39:52 +0200 |
commit | ff91dbbf7d8ed9d1f67fe69e62fd883194916b07 (patch) | |
tree | dce86da7ef891ccefc967b0dbacdb84f4aaa8aa9 /Documentation/git-branch.txt | |
parent | Merge branch 'db/doc-custom-xmlto' (diff) | |
parent | Doc branch: show -vv option and alternative (diff) | |
download | git-ff91dbbf7d8ed9d1f67fe69e62fd883194916b07.tar.xz git-ff91dbbf7d8ed9d1f67fe69e62fd883194916b07.zip |
Merge branch 'po/maint-docs'
Various documentation fixups.
* po/maint-docs:
Doc branch: show -vv option and alternative
Doc clean: add See Also link
Doc add: link gitignore
Doc: separate gitignore pattern sources
Doc: shallow clone deepens _to_ new depth
Diffstat (limited to 'Documentation/git-branch.txt')
-rw-r--r-- | Documentation/git-branch.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index 9c1d2f1781..45a225e0aa 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -131,11 +131,13 @@ This option is only applicable in non-verbose mode. use `git branch --list <pattern>` to list matching branches. -v:: +-vv:: --verbose:: When in list mode, show sha1 and commit subject line for each head, along with relationship to upstream branch (if any). If given twice, print - the name of the upstream branch, as well. + the name of the upstream branch, as well (see also `git remote + show <remote>`). -q:: --quiet:: |