commit | fa438a2eb116c71eaebecdc104a1af01ea83b9fa | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Tue Oct 31 16:58:32 2006 -0500 |
committer | Junio C Hamano <junkio@cox.net> | Wed Nov 01 15:13:10 2006 -0800 |
tree | b26a74d76fe851154bfc9a3ecbce92b3b0cc4227 | |
parent | 7854e526ff170846aef4ae3c71588c98ed9176d0 [diff] |
make git-push a bit more verbose Currently git-push displays progress status for the local packing of objects to send, but nothing once it starts to push it over the connection. Having progress status in that later case is especially nice when pushing lots of objects over a slow network link. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>