submodule: indicate that 'submodule.recurse' doesn't apply to clone
authorBrandon Williams <bmwill@google.com>
Tue, 20 Feb 2018 20:29:22 +0000 (12:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Feb 2018 18:45:06 +0000 (10:45 -0800)
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>
Documentation/config.txt
index 0e25b2c92b309330f27ce562e0f21f4e10179879..9a85e3108efb18a00a45a5bb15c631364d04bf96 100644 (file)
@@ -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::