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-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=501380286295cac300dae86c3f0f6c10ff34b767;p=rit 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