diff options
author | Jeff King <peff@peff.net> | 2009-04-07 03:16:56 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-07 23:22:15 -0700 |
commit | 2d8a7f0b30b4f9ef750ab763aabec117ffe4e749 (patch) | |
tree | 440dc0e2fb4b139282fa41b0a91e1e06355eb762 /Documentation | |
parent | 7c2b3029df45a74d0ebd11afcc94259791cfb90d (diff) | |
download | git-2d8a7f0b30b4f9ef750ab763aabec117ffe4e749.tar.gz git-2d8a7f0b30b4f9ef750ab763aabec117ffe4e749.tar.xz |
branch: show upstream branch when double verbose
This information is easily accessible when we are
calculating the relationship. The only reason not to print
it all the time is that it consumes a fair bit of screen
space, and may not be of interest to the user.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-branch.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index 31ba7f2ad..ba3dea684 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -100,7 +100,9 @@ OPTIONS -v:: --verbose:: - Show sha1 and commit subject line for each head. + 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. --abbrev=<length>:: Alter the sha1's minimum display length in the output listing. |