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>
This commit is contained in:
parent
a42a58d7b6
commit
0dcbc0392e
@ -3201,12 +3201,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
|
||||||
|
Loading…
Reference in New Issue
Block a user