diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-25 10:39:52 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-25 10:39:52 -0700 |
commit | ff91dbbf7d8ed9d1f67fe69e62fd883194916b07 (patch) | |
tree | dce86da7ef891ccefc967b0dbacdb84f4aaa8aa9 /Documentation/git-branch.txt | |
parent | 8ccd4b68a7aceee11e12814e4ef0aee8ae5f958d (diff) | |
parent | f0970faa9627c17fc6065bdef136391e82b3055e (diff) | |
download | git-ff91dbbf7d8ed9d1f67fe69e62fd883194916b07.tar.gz |
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:: |