summaryrefslogtreecommitdiffstats
path: root/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-07 00:08:20 -0800
committerJunio C Hamano <gitster@pobox.com>2013-01-07 00:08:20 -0800
commiteec745b5e346474e9c30341545d5e014d856690b (patch)
treefecaa3261910d8163bcb43df38ba12dc64e77707 /git.txt
parentabad6da146b5fe8e34f22bcbf31be3cb3e9b08e0 (diff)
downloadgit-htmldocs-eec745b5e346474e9c30341545d5e014d856690b.tar.gz
Autogenerated HTML docs for v1.8.1-164-g2d002
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/git.txt b/git.txt
index 05c0b942b..c03b7adc9 100644
--- a/git.txt
+++ b/git.txt
@@ -777,6 +777,14 @@ for further details.
and read the password from its STDOUT. See also the 'core.askpass'
option in linkgit:git-config[1].
+'GIT_CONFIG_NOSYSTEM'::
+ Whether to skip reading settings from the system-wide
+ `$(prefix)/etc/gitconfig` file. This environment variable can
+ be used along with `$HOME` and `$XDG_CONFIG_HOME` to create a
+ predictable environment for a picky script, or you can set it
+ temporarily to avoid using a buggy `/etc/gitconfig` file while
+ waiting for someone with sufficient permissions to fix it.
+
'GIT_FLUSH'::
If this environment variable is set to "1", then commands such
as 'git blame' (in incremental mode), 'git rev-list', 'git log',