From: Jonathan Nieder Date: Tue, 15 Mar 2011 09:04:49 +0000 (-0500) Subject: config: drop support for GIT_CONFIG_NOGLOBAL X-Git-Tag: v1.7.5-rc0~40^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8f323c00dd3c9b396b01a1aeea74f7dfd061bb7f?hp=8f323c00dd3c9b396b01a1aeea74f7dfd061bb7f config: drop support for GIT_CONFIG_NOGLOBAL Now that test-lib sets $HOME to protect against pollution from user settings, GIT_CONFIG_NOGLOBAL is not needed for use by the test suite any more. And as luck would have it, a quick code search reveals no other users in the wild. This patch does not affect GIT_CONFIG_NOSYSTEM, which is still needed. Helped-by: Jeff King Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---