Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Retire git-clone-pack
[gitweb.git]
/
pack-objects.c
diff --git
a/pack-objects.c
b/pack-objects.c
index 179560f2bd67e08d25bef0199c41ee0ee70793f9..7a8c16c317dc42217ab01da8b130b815ad81846d 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;