Doc branch: show -vv option and alternative
authorPhilip Oakley <philipoakley@iee.org>
Tue, 18 Sep 2012 23:25:34 +0000 (00:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Sep 2012 17:22:49 +0000 (10:22 -0700)
Indicate that the -v option can be given twice in the short options.
Without it users pass over the option. Also indicate the alternate
'git remote show' method.

Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-branch.txt

index 47235bea0403bf25fa73529a37a7c5f87d0d7eb9..4f441311c27766da6e1dfa4b1cfe8f228842626a 100644 (file)
@@ -129,11 +129,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::