On Thu, Apr 08 2021, Patrick Steinhardt wrote: > +`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.