aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-10-06 17:42:02 -0400
committerTaylor Blau <me@ttaylorr.com>2022-10-06 17:42:02 -0400
commit3957f3c84e89c68e8bf3f7cb172ba6837af70506 (patch)
treed6dd7331dcd0049d54476275a3707d6637851aaa /Documentation/config
parent80c525c4acaf6072697d4bd2a3a5137f91665b55 (diff)
parentaf778cd9be6307e34f9f900fd42eb826c65b32da (diff)
downloadgit-3957f3c84e89c68e8bf3f7cb172ba6837af70506.tar.gz
Sync with 2.32.4
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/protocol.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/config/protocol.txt b/Documentation/config/protocol.txt
index 756591d77b..799389132f 100644
--- a/Documentation/config/protocol.txt
+++ b/Documentation/config/protocol.txt
@@ -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:
+
--