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 <philipoakley@iee.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
068c6745fe
commit
f0970faa96
@ -129,11 +129,13 @@ This option is only applicable in non-verbose mode.
|
|||||||
use `git branch --list <pattern>` to list matching branches.
|
use `git branch --list <pattern>` to list matching branches.
|
||||||
|
|
||||||
-v::
|
-v::
|
||||||
|
-vv::
|
||||||
--verbose::
|
--verbose::
|
||||||
When in list mode,
|
When in list mode,
|
||||||
show sha1 and commit subject line for each head, along with
|
show sha1 and commit subject line for each head, along with
|
||||||
relationship to upstream branch (if any). If given twice, print
|
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::
|
-q::
|
||||||
--quiet::
|
--quiet::
|
||||||
|
Loading…
Reference in New Issue
Block a user