From 73adf082c574f0d37216ad29458055e75577b3f8 Mon Sep 17 00:00:00 2001 From: Baris Metin Date: Wed, 16 Jun 2010 19:14:05 +0200 Subject: [PATCH] add sharedrepository config --- scripts/git-check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/git-check.sh b/scripts/git-check.sh index 7355f7a..a7f2ee5 100755 --- a/scripts/git-check.sh +++ b/scripts/git-check.sh @@ -58,6 +58,7 @@ function check_configs () { git=${b}.git echo -n "$git " cd $git + 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 "; } git config hooks.mailinglist >& /dev/null || { git config hooks.mailinglist build@onelab.eu; echo -n "mailinglist "; } -- 2.43.0