Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Improve the naming of guessed target repository for git clone
[gitweb.git]
/
builtin-prune-packed.c
diff --git
a/builtin-prune-packed.c
b/builtin-prune-packed.c
index 2d5b2cd353a5e80a74e3828aae8e0c7dfa0e1997..4942892e9f83abc7beed6570d508cfe76da126a0 100644
(file)
--- a/
builtin-prune-packed.c
+++ b/
builtin-prune-packed.c
@@
-55,6
+55,7
@@
void prune_packed_objects(int opts)
for (i = 0; i < 256; i++) {
DIR *d;
+ display_progress(progress, i + 1);
sprintf(pathname + len, "%02x/", i);
d = opendir(pathname);
if (!d)