From e2f7229c08f2ff84fe56b6fa3b6d5c11892e61f0 Mon Sep 17 00:00:00 2001 From: Baris Metin Date: Fri, 6 May 2011 11:43:33 -0400 Subject: [PATCH] set core.bare=true --- scripts/git-check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/git-check.sh b/scripts/git-check.sh index fe559c9..ca3e738 100755 --- a/scripts/git-check.sh +++ b/scripts/git-check.sh @@ -74,6 +74,7 @@ function check_configs () { git=${b}.git echo -n "$git " cd $git + git config core.bare true; echo -n "bare "; git config core.sharedrepository >& /dev/null || { git config core.sharedrepository true; echo -n "sharedrepository "; } git config daemon.uploadpack >& /dev/null || { git config daemon.uploadpack true; echo -n "uploadpack "; } git config daemon.uploadarch >& /dev/null || { git config daemon.uploadarch true; echo -n "uploadarch "; } -- 2.47.0