From 19524d01d3a63cb761937b03af49cf66dcf3f4d9 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 27 Apr 2007 20:17:55 +0200 Subject: [PATCH] Give git-repack the -q option --- updatecheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatecheck.sh b/updatecheck.sh index c73cf5a..2766eb0 100755 --- a/updatecheck.sh +++ b/updatecheck.sh @@ -12,7 +12,7 @@ cd /srv/git find . -name base_url | cut -c 3- | sed -e 's/\/base_url$//' | while read dir; do if [ -e "$dir"/.nofetch ]; then - (cd "$dir/objects" && [ "$(ls ?? 2>/dev/null)" ] && GIT_DIR=".." git repack -a -l -d) + (cd "$dir/objects" && [ "$(ls ?? 2>/dev/null)" ] && GIT_DIR=".." git repack -a -l -d -q) GIT_DIR="$dir" git update-server-info else /home/repo/repomgr/update.sh "${dir%.git}" -- 2.11.4.GIT