Make sure the main git repo is case-insensitive too
authorIan Lynagh <igloo@earth.li>
Fri, 15 Apr 2011 13:23:02 +0000 (14:23 +0100)
committerIan Lynagh <igloo@earth.li>
Fri, 15 Apr 2011 13:23:02 +0000 (14:23 +0100)
sync-all

index a7b579e..06c183a 100755 (executable)
--- a/sync-all
+++ b/sync-all
@@ -283,6 +283,9 @@ sub scmall {
             if (-d $localpath) {
                 warning("$localpath already present; omitting")
                     if $localpath ne ".";
             if (-d $localpath) {
                 warning("$localpath already present; omitting")
                     if $localpath ne ".";
+                if ($scm eq "git") {
+                    scm ($localpath, $scm, "config", "core.ignorecase", "true");
+                }
                 next;
             }
 
                 next;
             }