We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2516b47 + 0dcbc03 commit a4d4427Copy full SHA for a4d4427
Documentation/config.txt
@@ -3328,12 +3328,13 @@ submodule.<name>.ignore::
3328
submodule.<name>.active::
3329
Boolean value indicating if the submodule is of interest to git
3330
commands. This config option takes precedence over the
3331
- submodule.active config option.
+ submodule.active config option. See linkgit:gitsubmodules[7] for
3332
+ details.
3333
3334
submodule.active::
3335
A repeated field which contains a pathspec used to match against a
3336
submodule's path to determine if the submodule is of interest to git
- commands.
3337
+ commands. See linkgit:gitsubmodules[7] for details.
3338
3339
submodule.recurse::
3340
Specifies if commands recurse into submodules by default. This
0 commit comments