about summary refs log tree commit homepage
path: root/lib/PublicInbox/Import.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-11-28 20:54:35 +0000
committerEric Wong <e@80x24.org>2019-11-29 01:56:24 +0000
commitf425bacfb75db2c454a6bc7b0a0845e7520e0a48 (patch)
tree03c8aba5434baec667e6bc4391e8513f4f110239 /lib/PublicInbox/Import.pm
parenta995291288a350f426890e57e0bc4a6041c3c8ed (diff)
downloadpublic-inbox-f425bacfb75db2c454a6bc7b0a0845e7520e0a48.tar.gz
Since we give users no indication or control of how "git gc"
runs, showing its progress is confusing.
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;