Skip to content

Commit a4d4427

Browse files
committed
Merge branch 'bw/config-refer-to-gitsubmodules-doc'
Docfix. * bw/config-refer-to-gitsubmodules-doc: docs: link to gitsubmodules
2 parents 2516b47 + 0dcbc03 commit a4d4427

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/config.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3328,12 +3328,13 @@ submodule.<name>.ignore::
33283328
submodule.<name>.active::
33293329
Boolean value indicating if the submodule is of interest to git
33303330
commands. This config option takes precedence over the
3331-
submodule.active config option.
3331+
submodule.active config option. See linkgit:gitsubmodules[7] for
3332+
details.
33323333

33333334
submodule.active::
33343335
A repeated field which contains a pathspec used to match against a
33353336
submodule's path to determine if the submodule is of interest to git
3336-
commands.
3337+
commands. See linkgit:gitsubmodules[7] for details.
33373338

33383339
submodule.recurse::
33393340
Specifies if commands recurse into submodules by default. This

0 commit comments

Comments
 (0)