From: Adam Dickmeiss Date: Mon, 22 Mar 2010 09:00:15 +0000 (+0100) Subject: core.ignorecase true for new projects X-Git-Url: http://git.indexdata.com/?p=git-tools-moved-to-github.git;a=commitdiff_plain;h=c4176b4b36f9c611060ab39e331fb15c9acaa92c core.ignorecase true for new projects --- diff --git a/id-new-project/id-new-project.sh b/id-new-project/id-new-project.sh index 507dc06..803622e 100755 --- a/id-new-project/id-new-project.sh +++ b/id-new-project/id-new-project.sh @@ -34,6 +34,7 @@ if git clone --bare $SRC ${PROJ}.git; then touch git-daemon-export-ok echo "${DESC}" >description git config core.sharedRepository true + git config core.ignorecase true cp ../post-receive hooks/post-receive chmod +x hooks/post-receive git config hooks.mailinglist gitid@indexdata.dk