summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-10-18 08:44:24 -0700
committerJunio C Hamano <gitster@pobox.com>2022-10-18 08:44:24 -0700
commitba206ef748949aeb0876eea4fe820d92fe4a662f (patch)
tree902c0b83e13b8e53eacf6f569e957c7771eeee0e /git-config.html
parentdac8a36b534b6c8ed2b9be2398e225a9ea272ceb (diff)
downloadgit-htmldocs-ba206ef748949aeb0876eea4fe820d92fe4a662f.tar.gz
Autogenerated HTML docs for v2.38.1-119-g9c32c
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">