Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: allow SVN:: lib users to track the root of the repository (again)
[gitweb.git]
/
send-pack.c
diff --git
a/send-pack.c
b/send-pack.c
index fbd792ccf4a55ddb5bb09273ceb9e103d242db0e..447666665bc43090849a66681edec663fe75000c 100644
(file)
--- a/
send-pack.c
+++ b/
send-pack.c
@@
-29,6
+29,7
@@
static void exec_pack_objects(void)
{
static const char *args[] = {
"pack-objects",
+ "--all-progress",
"--stdout",
NULL
};