git-branch -v: show the remote tracking statistics
commit94fcb730ff665d356689f3d30e20e0fd75c6f62f
authorJunio C Hamano <gitster@pobox.com>
Wed, 2 Jul 2008 07:52:41 +0000 (2 00:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Jul 2008 06:32:25 +0000 (2 23:32 -0700)
tree6e6676ae1cb950d80a2ef9ae4737969ea76c2de3
parentb6975ab59b07e5416b3f9b6f077d3cb50ef5ac7e
git-branch -v: show the remote tracking statistics

This teaches "git branch -v" to insert the remote tracking statistics in
brackets, just before the one-liner commit log message for the branch.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-branch.c