summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-config.html b/git-config.html
index 7ad61933d..a56d461d4 100644
--- a/git-config.html
+++ b/git-config.html
@@ -8966,10 +8966,10 @@ protocol.allow
<p>
If set, provide a user defined default policy for all protocols which
don&#8217;t explicitly have a policy (<code>protocol.&lt;name&gt;.allow</code>). 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 <code>always</code>, known-dangerous protocols (ext) have a
- default policy of <code>never</code>, and all other protocols have a default
- policy of <code>user</code>. Supported policies:
+ default policy of <code>never</code>, and all other protocols (including file)
+ have a default policy of <code>user</code>. Supported policies:
</p>
<div class="openblock">
<div class="content">