From 702e6402c0f8cc6813116e2d217c67473bb58e3c Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Wed, 17 Mar 2010 20:15:59 -0700 Subject: Making garbage collection quieter. --- etc/cron.daily/piny | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3