Ævar Arnfjörð Bjarmason [off-list ref] writes:
On Thu, Apr 08 2021, Patrick Steinhardt wrote:
quoted
+`GIT_CONFIG_NOGLOBAL`::
+ Whether to skip reading settings from the system-wide `~/.gitconfig`
+ and `$XDG_CONFIG_HOME/git/config` files. This environment variable can
Let's not call ~/.gitconfig system-wide with /etc/gitconfig being,
saying "global" is consistent with git-config's own
--global/--system/--local etc. Still a bit odd, but at least the same
nomenclature.
Yeah, GLOBAL should be renamed to PER-USER everywhere.