summaryrefslogtreecommitdiff
path: root/Documentation/git-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-25 17:39:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-09-25 17:39:52 (GMT)
commitff91dbbf7d8ed9d1f67fe69e62fd883194916b07 (patch)
treedce86da7ef891ccefc967b0dbacdb84f4aaa8aa9 /Documentation/git-branch.txt
parent8ccd4b68a7aceee11e12814e4ef0aee8ae5f958d (diff)
parentf0970faa9627c17fc6065bdef136391e82b3055e (diff)
downloadgit-ff91dbbf7d8ed9d1f67fe69e62fd883194916b07.zip
git-ff91dbbf7d8ed9d1f67fe69e62fd883194916b07.tar.gz
git-ff91dbbf7d8ed9d1f67fe69e62fd883194916b07.tar.bz2
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.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index 9c1d2f1..45a225e 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::