summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorBrandon Williams <bmwill@google.com>2018-02-20 20:29:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-02-21 18:45:06 (GMT)
commitd88e92d4e05ee147faa1ac8d4f68a74503e2cc67 (patch)
tree57847bbf8a99f980747296fa3637783c064631a3 /Documentation
parentffa952497288d29d94b16675c6789ef83850def3 (diff)
downloadgit-d88e92d4e05ee147faa1ac8d4f68a74503e2cc67.zip
git-d88e92d4e05ee147faa1ac8d4f68a74503e2cc67.tar.gz
git-d88e92d4e05ee147faa1ac8d4f68a74503e2cc67.tar.bz2
submodule: indicate that 'submodule.recurse' doesn't apply to 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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 0e25b2c..9a85e31 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::