Merge branch 'bw/config-refer-to-gitsubmodules-doc'

Docfix.

* bw/config-refer-to-gitsubmodules-doc:
  docs: link to gitsubmodules
maint
Junio C Hamano 2018-07-18 12:20:30 -07:00
commit a4d4427bc6
1 changed files with 3 additions and 2 deletions

View File

@ -3328,12 +3328,13 @@ submodule.<name>.ignore::
submodule.<name>.active:: submodule.<name>.active::
Boolean value indicating if the submodule is of interest to git Boolean value indicating if the submodule is of interest to git
commands. This config option takes precedence over the commands. This config option takes precedence over the
submodule.active config option. submodule.active config option. See linkgit:gitsubmodules[7] for
details.


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


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