]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
Allow HTTP proxy to be overridden in config
authorSam Vilain <sam.vilain@catalyst.net.nz>
Fri, 23 Nov 2007 00:07:00 +0000 (13:07 +1300)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Dec 2007 06:11:53 +0000 (22:11 -0800)
commit9c5665aa3c938b0e085ca34a8126110edcffa217
treeb10f88b086253d085215cbfef72cff07b685339f
parentb319ce4c14f7fe0ee469a3f9def1098d84177849
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>
Documentation/config.txt
http.c