Nelson Benitez Leon <nelsonjesus.benitez@xxxxxxxxxxxxxx> writes: > On 02/28/2012 08:24 PM, Junio C Hamano wrote: > >> I've heard rumors that libcurl on some versions/installations of Mac OS X >> deliberately ignores the environment. For those who agree with Apple, it >> would be a regression if we suddenly start the environment ourselves and >> using it. > > Hi Junio, what did you mean by "we start the environment and using it"? > I didn't understand what you mean there.. The reason you didn't understand is because the statement does not parse X-<. Thanks for pointing it out. What I meant was that on these platforms, allegedly (note that I do not have a first-hand experience with them), user's http_proxy environment setting did not affect libcurl based applications and that is a deliberate platform decision to give precedence to proxy settings the platform has elsewhere. The users who agree with this platform decision are happily using the proxy settings stored elsewhere in the platform with git, but may have http_proxy environment pointing at a proxy that they do not want to use for git. If we suddenly start reading from http_proxy environment ourselves and explicitly telling libcurl to use the proxy specified, it will change the behaviour for these users, i.e. a regression. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html