X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=id-new-project%2Fid-new-project.sh;fp=id-new-project%2Fid-new-project.sh;h=803622e1deaf722b061dd443992e04bc9d3a43da;hb=c4176b4b36f9c611060ab39e331fb15c9acaa92c;hp=507dc06659ca88b0a64806f2296f59e2a0bda1cb;hpb=10fecddf16262d3ca5d0d52ec01e97e3fb2dbf3a;p=git-tools-moved-to-github.git 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