summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Williams <bmwill@google.com>2018-02-20 12:29:22 -0800
committerJunio C Hamano <gitster@pobox.com>2018-02-21 10:45:06 -0800
commitd88e92d4e05ee147faa1ac8d4f68a74503e2cc67 (patch)
tree57847bbf8a99f980747296fa3637783c064631a3
parentffa952497288d29d94b16675c6789ef83850def3 (diff)
downloadgit-bw/doc-submodule-recurse-config-with-clone.tar.gz
submodule: indicate that 'submodule.recurse' doesn't apply to clonebw/doc-submodule-recurse-config-with-clone
Update the documentation for the 'submodule.recurse' config to identify that the clone command does not respect it. Signed-off-by: Brandon Williams <bmwill@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/config.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 0e25b2c92b..9a85e3108e 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -3210,7 +3210,8 @@ submodule.active::
submodule.recurse::
Specifies if commands recurse into submodules by default. This
- applies to all commands that have a `--recurse-submodules` option.
+ applies to all commands that have a `--recurse-submodules` option,
+ except `clone`.
Defaults to false.
submodule.fetchJobs::