Details about each commit.. By wosch.
[git-tools-moved-to-github.git] / id-new-project / id-new-project.sh
index 0f615be..803622e 100755 (executable)
@@ -2,9 +2,9 @@
 
 usage() {
        echo "Usage:"
-       echo "id-new-git.sh srcdir description {pub/private}"
+       echo "id-new-project.sh srcdir description {pub/private}"
        echo "For example:"
-       echo "id-new-git.sh ../myproj \"Which does good things\" private"
+       echo "id-new-project.sh ../myproj \"Which does good things\" private"
        exit 1
 }
 
@@ -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