From: Baris Metin Date: Fri, 6 May 2011 15:43:33 +0000 (-0400) Subject: set core.bare=true X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e2f7229c08f2ff84fe56b6fa3b6d5c11892e61f0;p=infrastructure.git set core.bare=true --- 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 "; }