When running 'git clone --recurse-submodules', developers expect various
other commands such as 'pull' and 'checkout' to also run recursively into
submodules.The submitted code updates the 'submodule.recurse' config value
to true when 'git clone' is run with the '--recurse-submodules' option.
Signed-off-by: Mahi Kolla mahikolla@google.com
Mahi Kolla (2):
clone: update submodule.recurse in config when using
--recurse-submodule
clone: update submodule.recurse in config when using
--recurse-submodule
builtin/clone.c | 1 +
t/t5606-clone-options.sh | 7 +++++++
2 files changed, 8 insertions(+)
base-commit: 940fe202adcbf9fa1825c648d97cbe1b90d26aec
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1006%2F24mahik%2Fmaster-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1006/24mahik/master-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1006
--
gitgitgadget