summaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2012-02-16 03:09:32 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-02-17 07:58:54 -0800
commit4a7bb5ba950f08d1e46c4bd2e8b1c903b4d024c8 (patch)
tree72f5c1f7e16937458496058a80e2a8bd8057c721 /t/t5516-fetch-push.sh
parentconfig: stop using config_exclusive_filename (diff)
downloadtgif-4a7bb5ba950f08d1e46c4bd2e8b1c903b4d024c8.tar.xz
config: eliminate config_exclusive_filename
This is a magic global variable that was intended as an override to the usual git-config lookup process. Once upon a time, you could specify GIT_CONFIG to any git program, and it would look only at that file. This turned out to be confusing and cause a lot of bugs for little gain. As a result, dc87183 (Only use GIT_CONFIG in "git config", not other programs, 2008-06-30) took this away for all callers except git-config. Since git-config no longer uses it either, the variable can just go away. As the diff shows, nobody was setting to anything except NULL, so we can just replace any sites where it was read with NULL. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5516-fetch-push.sh')
0 files changed, 0 insertions, 0 deletions