diff options
author | Pat Thoyts <patthoyts@users.sourceforge.net> | 2015-10-26 14:15:07 +0100 |
---|---|---|
committer | Jeff King <peff@peff.net> | 2015-11-20 07:31:39 -0500 |
commit | 6d7afe07f29df75f831a46fb0f657fa37e561779 (patch) | |
tree | 6a7786659df2979d582398a98389fe061b4fdce4 /test-svn-fe.c | |
parent | Git 2.4.10 (diff) | |
download | tgif-6d7afe07f29df75f831a46fb0f657fa37e561779.tar.xz |
remote-http(s): support SOCKS proxies
With this patch we properly support SOCKS proxies, configured e.g. like
this:
git config http.proxy socks5://192.168.67.1:32767
Without this patch, Git mistakenly tries to use SOCKS proxies as if they
were HTTP proxies, resulting in a error message like:
fatal: unable to access 'http://.../': Proxy CONNECT aborted
This patch was required to work behind a faulty AP and scraped from
http://stackoverflow.com/questions/15227130/#15228479 and guarded with
an appropriate cURL version check by Johannes Schindelin.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'test-svn-fe.c')
0 files changed, 0 insertions, 0 deletions