Skip to content

Commit f0970fa

Browse files
Philip Oakleygitster
authored andcommitted
Doc branch: show -vv option and alternative
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 068c674 commit f0970fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/git-branch.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,13 @@ This option is only applicable in non-verbose mode.
129129
use `git branch --list <pattern>` to list matching branches.
130130

131131
-v::
132+
-vv::
132133
--verbose::
133134
When in list mode,
134135
show sha1 and commit subject line for each head, along with
135136
relationship to upstream branch (if any). If given twice, print
136-
the name of the upstream branch, as well.
137+
the name of the upstream branch, as well (see also `git remote
138+
show <remote>`).
137139

138140
-q::
139141
--quiet::

0 commit comments

Comments
 (0)