summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-05-07 13:20:28 +0900
committerJunio C Hamano <gitster@pobox.com>2021-05-07 13:20:28 +0900
commitbe601db52373745ac789abd913f1a259585c958a (patch)
tree61431ac4cfb4ac7934254a7230e9dc17504a4bf3 /git.html
parent4078a55a6fb467915a2f03f271d1390b97eabc13 (diff)
downloadgit-htmldocs-be601db52373745ac789abd913f1a259585c958a.tar.gz
Autogenerated HTML docs for v2.31.1-527-g2d677e
Diffstat (limited to 'git.html')
-rw-r--r--git.html21
1 files changed, 19 insertions, 2 deletions
diff --git a/git.html b/git.html
index e5a09c3a9..b88fa25c6 100644
--- a/git.html
+++ b/git.html
@@ -753,7 +753,7 @@ git(1) Manual Page
[--exec-path[=&lt;path&gt;]] [--html-path] [--man-path] [--info-path]
[-p|--paginate|-P|--no-pager] [--no-replace-objects] [--bare]
[--git-dir=&lt;path&gt;] [--work-tree=&lt;path&gt;] [--namespace=&lt;name&gt;]
- [--super-prefix=&lt;path&gt;] [--config-env &lt;name&gt;=&lt;envvar&gt;]
+ [--super-prefix=&lt;path&gt;] [--config-env=&lt;name&gt;=&lt;envvar&gt;]
&lt;command&gt; [&lt;args&gt;]</pre>
<div class="attribution">
</div></div>
@@ -3115,6 +3115,23 @@ for further details.</p></div>
</p>
</dd>
<dt class="hdlist1">
+<code>GIT_CONFIG_GLOBAL</code>
+</dt>
+<dt class="hdlist1">
+<code>GIT_CONFIG_SYSTEM</code>
+</dt>
+<dd>
+<p>
+ Take the configuration from the given files instead from global or
+ system-level configuration files. If <code>GIT_CONFIG_SYSTEM</code> is set, the
+ system config file defined at build time (usually <code>/etc/gitconfig</code>)
+ will not be read. Likewise, if <code>GIT_CONFIG_GLOBAL</code> is set, neither
+ <code>$HOME/.gitconfig</code> nor <code>$XDG_CONFIG_HOME/git/config</code> will be read. Can
+ be set to <code>/dev/null</code> to skip reading configuration files of the
+ respective level.
+</p>
+</dd>
+<dt class="hdlist1">
<code>GIT_CONFIG_NOSYSTEM</code>
</dt>
<dd>
@@ -3613,7 +3630,7 @@ the Git Security mailing list &lt;<a href="mailto:git-security@googlegroups.com"
<div id="footer">
<div id="footer-text">
Last updated
- 2021-02-26 10:29:29 JST
+ 2021-05-07 13:16:48 JST
</div>
</div>
</body>