summaryrefslogtreecommitdiffstats
path: root/git-var.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-07-04 22:23:09 -0700
committerJunio C Hamano <gitster@pobox.com>2023-07-04 22:23:09 -0700
commit0f401e173c76a32b3c9ef8426f1e57ca7136e188 (patch)
treeca97a822dcf0e56a9a9efd2f1296dd3cef59a62d /git-var.html
parent2e885d810467fba8853976f65c6b4f045581b2ca (diff)
downloadgit-htmldocs-0f401e173c76a32b3c9ef8426f1e57ca7136e188.tar.gz
Autogenerated HTML docs for v2.41.0-250-ga646b8
Diffstat (limited to 'git-var.html')
-rw-r--r--git-var.html48
1 files changed, 47 insertions, 1 deletions
diff --git a/git-var.html b/git-var.html
index a98c49649..db85549c6 100644
--- a/git-var.html
+++ b/git-var.html
@@ -856,7 +856,53 @@ GIT_DEFAULT_BRANCH
The name of the first branch created in newly initialized repositories.
</p>
</dd>
+<dt class="hdlist1">
+GIT_SHELL_PATH
+</dt>
+<dd>
+<p>
+ The path of the binary providing the POSIX shell for commands which use the shell.
+</p>
+</dd>
+<dt class="hdlist1">
+GIT_ATTR_SYSTEM
+</dt>
+<dd>
+<p>
+ The path to the system <a href="gitattributes.html">gitattributes(5)</a> file, if one is enabled.
+</p>
+</dd>
+<dt class="hdlist1">
+GIT_ATTR_GLOBAL
+</dt>
+<dd>
+<p>
+ The path to the global (per-user) <a href="gitattributes.html">gitattributes(5)</a> file.
+</p>
+</dd>
+<dt class="hdlist1">
+GIT_CONFIG_SYSTEM
+</dt>
+<dd>
+<p>
+ The path to the system configuration file, if one is enabled.
+</p>
+</dd>
+<dt class="hdlist1">
+GIT_CONFIG_GLOBAL
+</dt>
+<dd>
+<p>
+ The path to the global (per-user) configuration files, if any.
+</p>
+</dd>
</dl></div>
+<div class="paragraph"><p>Most path values contain only one value. However, some can contain multiple
+values, which are separated by newlines, and are listed in order from highest to
+lowest priority. Callers should be prepared for any such path value to contain
+multiple items.</p></div>
+<div class="paragraph"><p>Note that paths are printed even if they do not exist, but not if they are
+disabled by other environment variables.</p></div>
</div>
</div>
<div class="sect1">
@@ -878,7 +924,7 @@ GIT_DEFAULT_BRANCH
<div id="footer">
<div id="footer-text">
Last updated
- 2022-12-27 20:37:45 PST
+ 2023-07-04 22:20:50 PDT
</div>
</div>
</body>