]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rh/http-proxy-path'
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 21:54:48 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 21:54:49 +0000 (14:54 -0700)
The value of http.proxy can have "path" at the end for a socks
proxy that listens to a unix-domain socket, but we started to
discard it when we taught proxy auth code path to use the
credential helpers, which has been corrected.

* rh/http-proxy-path:
  http: do not ignore proxy path


Trivial merge