diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-05-21 05:48:25 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-05-21 05:49:41 +0900 |
commit | c69f2f8c869361e9e2bdb9fb3ceb2fe058013744 (patch) | |
tree | ecdeae936d072a0fdf97986b156e41aa297f36dc /Documentation | |
parent | A handful more topics before -rc1 (diff) | |
parent | Revert "remote-curl: fall back to basic auth if Negotiate fails" (diff) | |
download | tgif-c69f2f8c869361e9e2bdb9fb3ceb2fe058013744.tar.xz |
Merge branch 'cs/http-use-basic-after-failed-negotiate'
Regression fix for a change made during this cycle.
* cs/http-use-basic-after-failed-negotiate:
Revert "remote-curl: fall back to basic auth if Negotiate fails"
t5551: test http interaction with credential helpers
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/2.32.0.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/RelNotes/2.32.0.txt b/Documentation/RelNotes/2.32.0.txt index 22f8859b40..ed590a7b56 100644 --- a/Documentation/RelNotes/2.32.0.txt +++ b/Documentation/RelNotes/2.32.0.txt @@ -47,11 +47,6 @@ UI, Workflows & Features tweak both the message and the contents, and only the message, respectively. - * 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. - * "git send-email" learned to honor the core.hooksPath configuration. * "git format-patch -v<n>" learned to allow a reroll count that is |