* [PATCH] Documentation: mention environment variables GIT_CONFIG_NO(GLOBAL|SYSTEM)
@ 2010-10-03 21:53 Jan Krüger
2010-10-03 23:10 ` Sverre Rabbelier
2010-10-03 23:27 ` Junio C Hamano
0 siblings, 2 replies; 4+ messages in thread
From: Jan Krüger @ 2010-10-03 21:53 UTC (permalink / raw)
To: Git ML
The environment variables GIT_CONFIG_NOGLOBAL and GIT_CONFIG_NOSYSTEM
which have the opposite effect of the --global and --system switches to
git-config are completely undocumented. This mentions them in the
'files' and 'environment' sections of the manpage for git-config where
GIT_CONFIG is already mentioned.
Signed-off-by: Jan Krüger <jk@jk.gs>
---
Documentation/git-config.txt | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt
index 543dd64..c3ea29c 100644
--- a/Documentation/git-config.txt
+++ b/Documentation/git-config.txt
@@ -210,6 +210,9 @@ 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.
+You can also set the environment GIT_CONFIG_NOGLOBAL and GIT_CONFIG_NOSYSTEM
+to explicitly prevent git from falling back to global/system settings.
+
ENVIRONMENT
-----------
@@ -219,6 +222,14 @@ GIT_CONFIG::
Using the "--global" option forces this to ~/.gitconfig. Using the
"--system" option forces this to $(prefix)/etc/gitconfig.
+GIT_CONFIG_NOGLOBAL::
+ If set to true, do not use the global configuration file
+ in ~/.gitconfig.
+
+GIT_CONFIG_NOSYSTEM::
+ If set to true, do not use the system-wide configuration file in
+ /etc/gitconfig.
+
See also <<FILES>>.
--
1.7.2.3.392.g02377.dirty
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: mention environment variables GIT_CONFIG_NO(GLOBAL|SYSTEM)
2010-10-03 21:53 [PATCH] Documentation: mention environment variables GIT_CONFIG_NO(GLOBAL|SYSTEM) Jan Krüger
@ 2010-10-03 23:10 ` Sverre Rabbelier
2010-10-03 23:27 ` Junio C Hamano
1 sibling, 0 replies; 4+ messages in thread
From: Sverre Rabbelier @ 2010-10-03 23:10 UTC (permalink / raw)
To: Jan Krüger; +Cc: Git ML
Heya,
On Sun, Oct 3, 2010 at 23:53, Jan Krüger <jk@jk.gs> wrote:
> The environment variables GIT_CONFIG_NOGLOBAL and GIT_CONFIG_NOSYSTEM
> which have the opposite effect of the --global and --system switches to
> git-config are completely undocumented. This mentions them in the
> 'files' and 'environment' sections of the manpage for git-config where
> GIT_CONFIG is already mentioned.
Nice.
> +GIT_CONFIG_NOGLOBAL::
> + If set to true, do not use the global configuration file
> + in ~/.gitconfig.
> +
> +GIT_CONFIG_NOSYSTEM::
> + If set to true, do not use the system-wide configuration file in
> + /etc/gitconfig.
> +
If there are a '--no-global' and '--no-system', would it good to
mention those too? Something like: "If set to true, do not use the
system-wide configuration file in /etc/gitconfig, equivalent to
--no-global."?
--
Cheers,
Sverre Rabbelier
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: mention environment variables GIT_CONFIG_NO(GLOBAL|SYSTEM)
2010-10-03 21:53 [PATCH] Documentation: mention environment variables GIT_CONFIG_NO(GLOBAL|SYSTEM) Jan Krüger
2010-10-03 23:10 ` Sverre Rabbelier
@ 2010-10-03 23:27 ` Junio C Hamano
2010-10-04 6:31 ` Jan Krüger
1 sibling, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2010-10-03 23:27 UTC (permalink / raw)
To: Jan Krüger; +Cc: Git ML
Jan Krüger <jk@jk.gs> writes:
> The environment variables GIT_CONFIG_NOGLOBAL and GIT_CONFIG_NOSYSTEM
> which have the opposite effect of the --global and --system switches to
> git-config are completely undocumented. This mentions them in the
> 'files' and 'environment' sections of the manpage for git-config where
> GIT_CONFIG is already mentioned.
>
> Signed-off-by: Jan Krüger <jk@jk.gs>
Aren't they undocumented because the use case for them is pretty much
limited to the test scripts and nowhere else? I am not absolutely sure
about GIT_CONFIG_NOGLOBAL, but NOSYSTEM surely was started that way.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: mention environment variables GIT_CONFIG_NO(GLOBAL|SYSTEM)
2010-10-03 23:27 ` Junio C Hamano
@ 2010-10-04 6:31 ` Jan Krüger
0 siblings, 0 replies; 4+ messages in thread
From: Jan Krüger @ 2010-10-04 6:31 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Git ML
--- Junio C Hamano <gitster@pobox.com> wrote:
> Aren't they undocumented because the use case for them is pretty much
> limited to the test scripts and nowhere else? I am not absolutely
> sure about GIT_CONFIG_NOGLOBAL, but NOSYSTEM surely was started that
> way.
I don't know. I found them when someone on IRC was looking for a way to
bypass an insteadOf setting in his ~/.gitconfig file, so I guess that
there is an actual use case for some.
-Jan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-10-04 6:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-03 21:53 [PATCH] Documentation: mention environment variables GIT_CONFIG_NO(GLOBAL|SYSTEM) Jan Krüger
2010-10-03 23:10 ` Sverre Rabbelier
2010-10-03 23:27 ` Junio C Hamano
2010-10-04 6:31 ` Jan Krüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).