]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/clone.c
Merge branch 'sg/clone-initial-fetch-configuration'
[thirdparty/git.git] / builtin / clone.c
index c9c840eaf8b544505db9a69688674942233f6a42..7c7f98c72c80cfcb12f3d3f61a13f46b19967a8f 100644 (file)
@@ -754,6 +754,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;