diff options
-rwxr-xr-x | sync-all | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -283,6 +283,9 @@ sub scmall { if (-d $localpath) { warning("$localpath already present; omitting") if $localpath ne "."; + if ($scm eq "git") { + scm ($localpath, $scm, "config", "core.ignorecase", "true"); + } next; } |