From f425bacfb75db2c454a6bc7b0a0845e7520e0a48 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 28 Nov 2019 20:54:35 +0000 Subject: replace: quiet "git gc" invocation Since we give users no indication or control of how "git gc" runs, showing its progress is confusing. --- lib/PublicInbox/Import.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/Import.pm') 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; -- cgit v1.2.3-24-ge0c7