core.ignorecase true for new projects
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 22 Mar 2010 09:00:15 +0000 (10:00 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 22 Mar 2010 09:00:15 +0000 (10:00 +0100)
id-new-project/id-new-project.sh

index 507dc06..803622e 100755 (executable)
@@ -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