Skip to content

Commit c018818

Browse files
committed
Merge branch 'pb/submodule-recurse-doc'
Doc update. * pb/submodule-recurse-doc: doc: clarify description of 'submodule.recurse'
2 parents 9556aad + 878b399 commit c018818

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/config/submodule.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ submodule.active::
5858
commands. See linkgit:gitsubmodules[7] for details.
5959

6060
submodule.recurse::
61-
Specifies if commands recurse into submodules by default. This
62-
applies to all commands that have a `--recurse-submodules` option
61+
A boolean indicating if commands should enable the `--recurse-submodules`
62+
option by default.
63+
Applies to all commands that support this option
6364
(`checkout`, `fetch`, `grep`, `pull`, `push`, `read-tree`, `reset`,
6465
`restore` and `switch`) except `clone` and `ls-files`.
6566
Defaults to false.

0 commit comments

Comments
 (0)