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>

Brandon Williams committed Feb 20, 2018 at 12:29 UTC d88e92d4e05ee147faa1ac8d4f68a74503e2cc67
1 file changed +2 -1
Documentation/config.txt
+2 -1
@@ -3210,7 +3210,8 @@ submodule.active::
3210
3211 submodule.recurse::
3212 Specifies if commands recurse into submodules by default. This
3213 - applies to all commands that have a `--recurse-submodules` option.
3213 + applies to all commands that have a `--recurse-submodules` option,
3214 + except `clone`.
3215 Defaults to false.
3216
3217 submodule.fetchJobs::