git-status: show the remote tracking statistics
commitb6975ab59b07e5416b3f9b6f077d3cb50ef5ac7e
authorJunio C Hamano <gitster@pobox.com>
Wed, 2 Jul 2008 07:52:16 +0000 (2 00:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Jul 2008 06:32:25 +0000 (2 23:32 -0700)
tree57658c28c7a9100b552e721854b1f7c850541496
parent6d21bf96b59cbcc818fdc83b654d7fc83dd2c9cd
git-status: show the remote tracking statistics

This teaches "git status" to show the same remote tracking statistics
"git checkout" gives at the beginning of the output.

Now the necessary low-level machinery is properly factored out, we can do
this quite cleanly.

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