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>
Brandon Williams committed
Jun 20, 2018 at 14:50 UTC
0dcbc0392e76c3fc315d16509c67cdc248ac735c
1 file changed
+3
-2
Documentation/config.txt
+3
-2
@@ -3201,12 +3201,13 @@ submodule.<name>.ignore::
3201
submodule.<name>.active::
3202
Boolean value indicating if the submodule is of interest to git
3203
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.
3206
3207
submodule.active::
3208
A repeated field which contains a pathspec used to match against a
3209
submodule's path to determine if the submodule is of interest to git
3209
- commands.
3210
+ commands. See linkgit:gitsubmodules[7] for details.
3211
3212
submodule.recurse::
3213
Specifies if commands recurse into submodules by default. This