Re: [PATCH 2/3] http: try standard proxy env vars when http.proxy config option is not set
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:53:18
Nelson Benitez Leon [off-list ref] writes:
On 03/11/2012 08:12 PM, Junio C Hamano wrote:quoted
James Cloos [off-list ref] writes:quoted
Please include a way, eg via ~/.gitconfig, to ignore any http_proxy in the environment and connect directly.Hrm. I think without this patch series, the "NO_PROXY" environment variable is honored by the curl library when it uses http_proxy to make the decision. If this patch (or a future reroll of it) fails to do the same, it would be a regression. Nelson, do you agree?I agree, so I would need to handle $no_proxy in the patch-set, will look into that.
Are you sure $no_proxy is spelled in lowercase? man curl(1) seems to indicate otherwise.