author | Sam Vilain <sam.vilain@catalyst.net.nz> | |
Fri, 23 Nov 2007 00:07:00 +0000 (13:07 +1300) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 4 Dec 2007 06:11:53 +0000 (22:11 -0800) | ||
commit | 9c5665aa3c938b0e085ca34a8126110edcffa217 | |
tree | b10f88b086253d085215cbfef72cff07b685339f | tree | snapshot |
parent | b319ce4c14f7fe0ee469a3f9def1098d84177849 | commit | diff |
Allow HTTP proxy to be overridden in config
The http_proxy / HTTPS_PROXY variables used by curl to control
proxying may not be suitable for git. Allow the user to override them
in the configuration file.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The http_proxy / HTTPS_PROXY variables used by curl to control
proxying may not be suitable for git. Allow the user to override them
in the configuration file.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | diff | blob | history | |
http.c | diff | blob | history |