summaryrefslogtreecommitdiffstats
path: root/git-config.txt
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-config.txt
parent4078a55a6fb467915a2f03f271d1390b97eabc13 (diff)
downloadgit-htmldocs-be601db52373745ac789abd913f1a259585c958a.tar.gz
Autogenerated HTML docs for v2.31.1-527-g2d677e
Diffstat (limited to 'git-config.txt')
-rw-r--r--git-config.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-config.txt b/git-config.txt
index 4b4cc5c5e..5cddadafd 100644
--- a/git-config.txt
+++ b/git-config.txt
@@ -340,6 +340,11 @@ GIT_CONFIG::
Using the "--global" option forces this to ~/.gitconfig. Using the
"--system" option forces this to $(prefix)/etc/gitconfig.
+GIT_CONFIG_GLOBAL::
+GIT_CONFIG_SYSTEM::
+ Take the configuration from the given files instead from global or
+ system-level configuration. See linkgit:git[1] for details.
+
GIT_CONFIG_NOSYSTEM::
Whether to skip reading settings from the system-wide
$(prefix)/etc/gitconfig file. See linkgit:git[1] for details.