From: Philip Oakley Date: Tue, 18 Sep 2012 23:25:34 +0000 (+0100) Subject: Doc branch: show -vv option and alternative X-Git-Tag: v1.8.0-rc0~26^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f0970faa9627c17fc6065bdef136391e82b3055e;p=git-core%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index 47235bea0..4f441311c 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -129,11 +129,13 @@ This option is only applicable in non-verbose mode. use `git branch --list ` 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 `). -q:: --quiet::