Skip to content

Commit 0dcbc03

Browse files
bmwillgitster
authored andcommitted
docs: link to gitsubmodules
Add a link to gitsubmodules(7) under the `submodule.active` entry in git-config(1). Signed-off-by: Brandon Williams <bmwill@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a42a58d commit 0dcbc03

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
@@ -3201,12 +3201,13 @@ submodule.<name>.ignore::
32013201
submodule.<name>.active::
32023202
Boolean value indicating if the submodule is of interest to git
32033203
commands. This config option takes precedence over the
3204-
submodule.active config option.
3204+
submodule.active config option. See linkgit:gitsubmodules[7] for
3205+
details.
32053206

32063207
submodule.active::
32073208
A repeated field which contains a pathspec used to match against a
32083209
submodule's path to determine if the submodule is of interest to git
3209-
commands.
3210+
commands. See linkgit:gitsubmodules[7] for details.
32103211

32113212
submodule.recurse::
32123213
Specifies if commands recurse into submodules by default. This

0 commit comments

Comments
 (0)