Re: [PATCHv2 2/2] http: use credential API to handle proxy authentication

2016-01-26 Thread Junio C Hamano
Thanks, will queue. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCHv2 2/2] http: use credential API to handle proxy authentication

2016-01-26 Thread Elia Pinto
From: Knut Franke Currently, the only way to pass proxy credentials to curl is by including them in the proxy URL. Usually, this means they will end up on disk unencrypted, one way or another (by inclusion in ~/.gitconfig, shell profile or history). Since proxy authentication often uses a domain