aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-10-06 17:43:37 -0400
committerTaylor Blau <me@ttaylorr.com>2022-10-06 17:43:37 -0400
commitac8a1db86793292dfc7055eeef2fe90459e771aa (patch)
treeb2bfe2c51a837c8efb73b7b52c749d9127e6b646 /Documentation/config
parentef374dd9b8eecaf84458677865732b89948c19be (diff)
parentbe85cfc4dbef9ffa177770f8607fd4a85445565e (diff)
downloadgit-ac8a1db86793292dfc7055eeef2fe90459e771aa.tar.gz
Sync with 2.34.5
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:
+
--