]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cs/http-use-basic-after-failed-negotiate'
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Mar 2021 21:35:37 +0000 (14:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Mar 2021 21:35:37 +0000 (14:35 -0700)
When accessing a server with a URL like https://user:pass@site/, we
did not to fall back to the basic authentication with the
credential material embedded in the URL after the "Negotiate"
authentication failed.  Now we do.

* cs/http-use-basic-after-failed-negotiate:
  remote-curl: fall back to basic auth if Negotiate fails

1  2 
http.c

diff --cc http.c
Simple merge