Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
submodule: indicate that 'submodule.recurse' doesn't apply to clone
author
Brandon Williams
<bmwill@google.com>
Tue, 20 Feb 2018 20:29:22 +0000
(12:29 -0800)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
ffa9524
)
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index 0e25b2c92b309330f27ce562e0f21f4e10179879..9a85e3108efb18a00a45a5bb15c631364d04bf96 100644
(file)
--- 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::