summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-05-20 17:51:23 -0700
committerJunio C Hamano <gitster@pobox.com>2022-05-20 17:51:23 -0700
commit72ea2ca8dec6a3ae3698a59fac2a20a56056fc30 (patch)
treeeb5a837e0640457f44eb454d0d731f16923281d2 /git-config.html
parent27d3c17733fa8f10acf11076634fe9f11bb955a0 (diff)
downloadgit-htmldocs-72ea2ca8dec6a3ae3698a59fac2a20a56056fc30.tar.gz
Autogenerated HTML docs for v2.36.1-153-gf9b95
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-config.html b/git-config.html
index 09c49e31a..f6a9ffe9d 100644
--- a/git-config.html
+++ b/git-config.html
@@ -9695,8 +9695,8 @@ via <code>git config --add</code>. To reset the list of safe directories (e.g. t
override any such directories specified in the system config), add a
<code>safe.directory</code> entry with an empty value.</p></div>
<div class="paragraph"><p>This config setting is only respected when specified in a system or global
-config, not when it is specified in a repository config or via the command
-line option <code>-c safe.directory=&lt;path&gt;</code>.</p></div>
+config, not when it is specified in a repository config, via the command
+line option <code>-c safe.directory=&lt;path&gt;</code>, or in environment variables.</p></div>
<div class="paragraph"><p>The value of this setting is interpolated, i.e. <code>~/&lt;path&gt;</code> expands to a
path relative to the home directory and <code>%(prefix)/&lt;path&gt;</code> expands to a
path relative to Git&#8217;s (runtime) prefix.</p></div>