diff options
author | Jeff King <peff@peff.net> | 2021-07-14 17:38:16 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-07-20 14:55:06 -0700 |
commit | b3b186262fd982d795be79a268c90efdd8116c1b (patch) | |
tree | d5431933e850e8bcd366fa2762a59a51bdab3339 /LGPL-2.1 | |
parent | doc/git-config: explain --file instead of referring to GIT_CONFIG (diff) | |
download | tgif-b3b186262fd982d795be79a268c90efdd8116c1b.tar.xz |
doc/git-config: clarify GIT_CONFIG environment variable
The scope and utility of the GIT_CONFIG variable was drastically reduced
by dc87183189 (Only use GIT_CONFIG in "git config", not other programs,
2008-06-30). But the documentation in git-config(1) predates that, which
makes it rather misleading.
These days it is really just another way to say "--file". So let's say
that, and explicitly make it clear that it does not impact other Git
commands (like GIT_CONFIG_SYSTEM, etc, would).
I also bumped it to the bottom of the list of variables, and warned
people off of using it. We don't have any plans for deprecation at this
point, but there's little point in encouraging people to use it by
putting it at the top of the list.
Signed-off-by: Jeff King <peff@peff.net>
Reviewed-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'LGPL-2.1')
0 files changed, 0 insertions, 0 deletions