diff options
author | Brandon Williams <bmwill@google.com> | 2018-06-20 14:50:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-06-21 13:58:33 -0700 |
commit | 0dcbc0392e76c3fc315d16509c67cdc248ac735c (patch) | |
tree | 3ab3cfc0bca409458b7cf8713cef4c042af81706 /Documentation/config.txt | |
parent | Git 2.16.4 (diff) | |
download | tgif-0dcbc0392e76c3fc315d16509c67cdc248ac735c.tar.xz |
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>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 0e25b2c92b..3c52ee597d 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -3201,12 +3201,13 @@ submodule.<name>.ignore:: submodule.<name>.active:: Boolean value indicating if the submodule is of interest to git commands. This config option takes precedence over the - submodule.active config option. + submodule.active config option. See linkgit:gitsubmodules[7] for + details. submodule.active:: 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 - commands. + commands. See linkgit:gitsubmodules[7] for details. submodule.recurse:: Specifies if commands recurse into submodules by default. This |