clone: report duplicate entries on case-insensitive filesystems
[gitweb.git] / builtin / clone.c
index 5c439f1394c9a097e48f24d73790f276a958bf2d..0702b0e9d025bc9f353b6b7673a106be1f604124 100644 (file)
@@ -747,6 +747,7 @@ static int checkout(int submodule_progress)
        memset(&opts, 0, sizeof opts);
        opts.update = 1;
        opts.merge = 1;
+       opts.clone = 1;
        opts.fn = oneway_merge;
        opts.verbose_update = (option_verbosity >= 0);
        opts.src_index = &the_index;