From: Junio C Hamano Date: Tue, 30 Mar 2021 21:35:37 +0000 (-0700) Subject: Merge branch 'cs/http-use-basic-after-failed-negotiate' X-Git-Tag: v2.32.0-rc0~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=501380286295cac300dae86c3f0f6c10ff34b767;p=thirdparty%2Fgit.git Merge branch 'cs/http-use-basic-after-failed-negotiate' 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 --- 501380286295cac300dae86c3f0f6c10ff34b767