branch: show upstream branch when double verbose
commit2d8a7f0b30b4f9ef750ab763aabec117ffe4e749
authorJeff King <peff@peff.net>
Tue, 7 Apr 2009 07:16:56 +0000 (7 03:16 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2009 06:22:15 +0000 (7 23:22 -0700)
tree440dc0e2fb4b139282fa41b0a91e1e06355eb762
parent7c2b3029df45a74d0ebd11afcc94259791cfb90d
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>
Documentation/git-branch.txt
builtin-branch.c