make git-push a bit more verbose
commitfa438a2eb116c71eaebecdc104a1af01ea83b9fa
authorNicolas Pitre <nico@cam.org>
Tue, 31 Oct 2006 21:58:32 +0000 (31 16:58 -0500)
committerJunio C Hamano <junkio@cox.net>
Wed, 1 Nov 2006 23:13:10 +0000 (1 15:13 -0800)
treeb26a74d76fe851154bfc9a3ecbce92b3b0cc4227
parent7854e526ff170846aef4ae3c71588c98ed9176d0
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>
Documentation/git-pack-objects.txt
builtin-pack-objects.c
send-pack.c