summaryrefslogtreecommitdiffstats
path: root/git-config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-07 22:10:48 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-07 22:10:48 +0000
commit15048272f145e2a7ca7c8923c4a7bc5d14bf4913 (patch)
treed5b5693c3d1e409f990de01cfe98aaa3a207f4b8 /git-config.txt
parentba4b9286c25f18c7ebbb809ee5732a7810377ab6 (diff)
downloadgit-htmldocs-15048272f145e2a7ca7c8923c4a7bc5d14bf4913.tar.gz
Autogenerated HTML docs for v1.5.6.2-247-g923712
Diffstat (limited to 'git-config.txt')
-rw-r--r--git-config.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/git-config.txt b/git-config.txt
index df419e21f..697824cba 100644
--- a/git-config.txt
+++ b/git-config.txt
@@ -191,11 +191,6 @@ variables. The '--global' and the '--system' options will limit the file used
to the global or system-wide file respectively. The GIT_CONFIG environment
variable has a similar effect, but you can specify any filename you want.
-The GIT_CONFIG_LOCAL environment variable on the other hand only changes
-the name used instead of the repository configuration file. The global and
-the system-wide configuration files will still be read. (For writing options
-this will obviously result in the same behavior as using GIT_CONFIG.)
-
ENVIRONMENT
-----------
@@ -205,10 +200,6 @@ GIT_CONFIG::
Using the "--global" option forces this to ~/.gitconfig. Using the
"--system" option forces this to $(prefix)/etc/gitconfig.
-GIT_CONFIG_LOCAL::
- Take the configuration from the given file instead if .git/config.
- Still read the global and the system-wide configuration files, though.
-
See also <<FILES>>.