Re: [PATCH] http: honor no_http env variable to bypass proxy

2016-03-10 Thread Elia Pinto
2016-03-07 21:33 GMT+01:00 Junio C Hamano : > Junio C Hamano writes: > > Second call for help. I hate having to revert 30f302f7 (Merge > branch 'kf/http-proxy-auth-methods', 2016-02-03) this late in the > cycle. Ok. I made the original merge commit for master. So, if it is sufficient, for me the

Re: [PATCH] http: honor no_http env variable to bypass proxy

2016-03-10 Thread Elia Pinto
2016-02-29 16:16 GMT+01:00 Jiang Xin : > From: Jiang Xin > > Curl and its families honor several proxy related environment variables: > > * http_proxy and https_proxy define proxy for http/https connections. > * no_proxy (a comma separated hosts) defines hosts bypass the proxy. > > This command wi

Re: [PATCH] http: honor no_http env variable to bypass proxy

2016-03-07 Thread Junio C Hamano
Junio C Hamano writes: Second call for help. I hate having to revert 30f302f7 (Merge branch 'kf/http-proxy-auth-methods', 2016-02-03) this late in the cycle. > Jiang Xin writes: > >> From: Jiang Xin >> >> Curl and its families honor several proxy related environment variables: >> >> * http_pr

Re: [PATCH] http: honor no_http env variable to bypass proxy

2016-02-29 Thread Junio C Hamano
Jiang Xin writes: > From: Jiang Xin > > Curl and its families honor several proxy related environment variables: > > * http_proxy and https_proxy define proxy for http/https connections. > * no_proxy (a comma separated hosts) defines hosts bypass the proxy. > > This command will bypass the bad-p

[PATCH] http: honor no_http env variable to bypass proxy

2016-02-29 Thread Jiang Xin
From: Jiang Xin Curl and its families honor several proxy related environment variables: * http_proxy and https_proxy define proxy for http/https connections. * no_proxy (a comma separated hosts) defines hosts bypass the proxy. This command will bypass the bad-proxy and connect to the host dire