Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'es/doc-worktree-guessremote-config'
[gitweb.git]
/
builtin
/
clone.c
diff --git
a/builtin/clone.c
b/builtin/clone.c
index c9c840eaf8b544505db9a69688674942233f6a42..7c7f98c72c80cfcb12f3d3f61a13f46b19967a8f 100644
(file)
--- a/
builtin/clone.c
+++ b/
builtin/clone.c
@@
-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;