diff options
author | Ryan Hendrickson <ryan.hendrickson@alum.mit.edu> | 2024-08-02 05:20:07 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-08-02 08:30:08 -0700 |
commit | 0ca365c2ed48084974c7081bdfe3189094a2b993 (patch) | |
tree | 0f8a727a639e86bf72cb8d9c601234994a066dd4 /commit.h | |
parent | 891ee3b9db5cbd35a9759896f347546c5edb7929 (diff) |
http: do not ignore proxy path
The documentation for `http.proxy` describes that option, and the
environment variables it overrides, as supporting "the syntax understood
by curl". curl allows SOCKS proxies to use a path to a Unix domain
socket, like `socks5h://localhost/path/to/socket.sock`. Git should
therefore include, if present, the path part of the proxy URL in what it
passes to libcurl.
Co-authored-by: Jeff King <peff@peff.net>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Ryan Hendrickson <ryan.hendrickson@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions