]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/config/protocol.txt
transport: make `protocol.file.allow` be "user" by default
[thirdparty/git.git] / Documentation / config / protocol.txt
index 756591d77b080ccfe5be5a26c899b65273cf4866..799389132f07b59e0280bbad612ec62c2bbc17dc 100644 (file)
@@ -1,10 +1,10 @@
 protocol.allow::
        If set, provide a user defined default policy for all protocols which
        don't explicitly have a policy (`protocol.<name>.allow`).  By default,
-       if unset, known-safe protocols (http, https, git, ssh, file) have a
+       if unset, known-safe protocols (http, https, git, ssh) have a
        default policy of `always`, known-dangerous protocols (ext) have a
-       default policy of `never`, and all other protocols have a default
-       policy of `user`.  Supported policies:
+       default policy of `never`, and all other protocols (including file)
+       have a default policy of `user`.  Supported policies:
 +
 --