summaryrefslogtreecommitdiffstats
path: root/man1/git-var.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-var.1')
-rw-r--r--man1/git-var.139
1 files changed, 36 insertions, 3 deletions
diff --git a/man1/git-var.1 b/man1/git-var.1
index 02755cf7a..33f6f0563 100644
--- a/man1/git-var.1
+++ b/man1/git-var.1
@@ -2,12 +2,12 @@
.\" Title: git-var
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-06-29
+.\" Date: 2023-07-04
.\" Manual: Git Manual
-.\" Source: Git 2.41.0.236.g9748a68200
+.\" Source: Git 2.41.0.250.ga646b86cd1
.\" Language: English
.\"
-.TH "GIT\-VAR" "1" "2023\-06\-29" "Git 2\&.41\&.0\&.236\&.g9748a6" "Git Manual"
+.TH "GIT\-VAR" "1" "2023\-07\-04" "Git 2\&.41\&.0\&.250\&.ga646b8" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -114,6 +114,39 @@ GIT_DEFAULT_BRANCH
.RS 4
The name of the first branch created in newly initialized repositories\&.
.RE
+.PP
+GIT_SHELL_PATH
+.RS 4
+The path of the binary providing the POSIX shell for commands which use the shell\&.
+.RE
+.PP
+GIT_ATTR_SYSTEM
+.RS 4
+The path to the system
+\fBgitattributes\fR(5)
+file, if one is enabled\&.
+.RE
+.PP
+GIT_ATTR_GLOBAL
+.RS 4
+The path to the global (per\-user)
+\fBgitattributes\fR(5)
+file\&.
+.RE
+.PP
+GIT_CONFIG_SYSTEM
+.RS 4
+The path to the system configuration file, if one is enabled\&.
+.RE
+.PP
+GIT_CONFIG_GLOBAL
+.RS 4
+The path to the global (per\-user) configuration files, if any\&.
+.RE
+.sp
+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\&.
+.sp
+Note that paths are printed even if they do not exist, but not if they are disabled by other environment variables\&.
.SH "SEE ALSO"
.sp
\fBgit-commit-tree\fR(1) \fBgit-tag\fR(1) \fBgit-config\fR(1)