about summary refs log tree commit homepage
path: root/lib/PublicInbox/Import.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/Import.pm')
-rw-r--r--lib/PublicInbox/Import.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Import.pm b/lib/PublicInbox/Import.pm
index cb25215d..8a369ee4 100644
--- a/lib/PublicInbox/Import.pm
+++ b/lib/PublicInbox/Import.pm
@@ -595,7 +595,7 @@ sub replace_oids {
 
         return if $nreplace == 0;
 
-        run_die([@git, qw(-c gc.reflogExpire=now gc --prune=all)]);
+        run_die([@git, qw(-c gc.reflogExpire=now gc --prune=all --quiet)]);
 
         # check that old OIDs are gone
         my $err = 0;