commit | b6975ab59b07e5416b3f9b6f077d3cb50ef5ac7e | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Jul 02 00:52:16 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jul 02 23:32:25 2008 -0700 |
tree | 57658c28c7a9100b552e721854b1f7c850541496 | |
parent | 6d21bf96b59cbcc818fdc83b654d7fc83dd2c9cd [diff] |
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>