]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/gitmodules.txt
Sync with 2.21.1
[thirdparty/git.git] / Documentation / gitmodules.txt
index a66e95b70c363a35dc1fd5413c7063f6372b4b0a..f260b55f3a29e5a5ea7de35f4d048bf53bed693d 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.