From d88e92d4e05ee147faa1ac8d4f68a74503e2cc67 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Tue, 20 Feb 2018 12:29:22 -0800 Subject: 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 Signed-off-by: Junio C Hamano --- Documentation/config.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Documentation') 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:: -- cgit v1.2.3