diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-03-17 20:15:59 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-03-17 20:15:59 -0700 |
commit | 702e6402c0f8cc6813116e2d217c67473bb58e3c (patch) | |
tree | 0ab11ad3a730bef951d3a1953b321d5e723498f1 /etc | |
parent | 5d8181b24e6beed6a3fce863a6093bc6a8f0b3ed (diff) | |
download | piny-code-702e6402c0f8cc6813116e2d217c67473bb58e3c.tar.gz piny-code-702e6402c0f8cc6813116e2d217c67473bb58e3c.zip |
Making garbage collection quieter.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/cron.daily/piny | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/cron.daily/piny b/etc/cron.daily/piny index 54b20b2..b42a806 100644 --- a/etc/cron.daily/piny +++ b/etc/cron.daily/piny @@ -3,7 +3,7 @@ export GIT_DIR for GIT_DIR in $(find /srv/git/ -maxdepth 1 -mindepth 1 -type d -name '*.git'); do - echo $GIT_DIR - git gc --aggressive --auto +# echo $GIT_DIR + git gc --aggressive --auto --quiet git update-server-info done |