Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Print empty line between raw, stat, summary and patch
[gitweb.git]
/
pack-objects.c
diff --git
a/pack-objects.c
b/pack-objects.c
index ba6525d1f4786dad167994bf7a635c13b2b08ef6..bed2497b7974bed96a6ac9478807059cb8de17cb 100644
(file)
--- a/
pack-objects.c
+++ b/
pack-objects.c
@@
-1221,6
+1221,10
@@
int main(int argc, char **argv)
local = 1;
continue;
}
+ if (!strcmp("--progress", arg)) {
+ progress = 1;
+ continue;
+ }
if (!strcmp("--incremental", arg)) {
incremental = 1;
continue;