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>
This commit is contained in:
committed by
Junio C Hamano
parent
7854e526ff
commit
fa438a2eb1
@ -29,6 +29,7 @@ static void exec_pack_objects(void)
|
||||
{
|
||||
static const char *args[] = {
|
||||
"pack-objects",
|
||||
"--all-progress",
|
||||
"--stdout",
|
||||
NULL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user