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>
maint
Brandon Williams 2018-02-20 12:29:22 -08:00 committed by Junio C Hamano
parent ffa9524972
commit d88e92d4e0
1 changed files with 2 additions and 1 deletions

View 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::