diff options
-rw-r--r-- | builtin-prune-packed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin-prune-packed.c b/builtin-prune-packed.c index 2d5b2cd353..4942892e9f 100644 --- 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) |