]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/gitmodules.txt
docs: mention when increasing http.postBuffer is valuable
[thirdparty/git.git] / Documentation / gitmodules.txt
index 953c3876f028aadc71c55d29be1b91ba197b39ed..67275fd187f0f8f60f608e17334da12b6272394f 100644 (file)
@@ -44,9 +44,8 @@ submodule.<name>.update::
        submodule init` to initialize the configuration variable of
        the same name. Allowed values here are 'checkout', 'rebase',
        'merge' or 'none'. See description of 'update' command in
-       linkgit:git-submodule[1] for their meaning. Note that the
-       '!command' form is intentionally ignored here for security
-       reasons.
+       linkgit:git-submodule[1] for their meaning. For security
+       reasons, the '!command' form is not accepted here.
 
 submodule.<name>.branch::
        A remote branch name for tracking updates in the upstream submodule.
@@ -121,7 +120,7 @@ submodules a URL is specified which can be used for cloning the submodules.
 
 SEE ALSO
 --------
-linkgit:git-submodule[1] linkgit:git-config[1]
+linkgit:git-submodule[1], linkgit:gitsubmodules[7], linkgit:git-config[1]
 
 GIT
 ---