aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-09-14 14:10:37 +0100
committerMike McQuaid2013-09-14 14:10:37 +0100
commitf0da9c2457b98bfff57ecc38c5f96111134a9db5 (patch)
tree6a5be682b1206013dc55c988d82a750fcaac5da1 /Library
parent3b4f15bf36ff340dd213ba4043dd11b232ca34a5 (diff)
downloadbrew-f0da9c2457b98bfff57ecc38c5f96111134a9db5.tar.bz2
brew-test-bot: don't run git gc.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index f4f06d8e0..cbec69ad5 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