From f0da9c2457b98bfff57ecc38c5f96111134a9db5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 14 Sep 2013 14:10:37 +0100 Subject: [PATCH] brew-test-bot: don't run git gc. --- Library/Contributions/cmd/brew-test-bot.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index f4f06d8e02..cbec69ad54 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -327,7 +327,6 @@ class Test if ARGV.include? '--cleanup' test 'git reset --hard' - test 'git gc' git 'stash pop 2>/dev/null' end