]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mc/http-emptyauth-negotiate-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2026 00:57:43 +0000 (09:57 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2026 00:57:43 +0000 (09:57 +0900)
The 'http.emptyAuth=auto' configuration now correctly attempts
Negotiate authentication before falling back to manual credentials.
This allows seamless Kerberos ticket-based authentication without
requiring users to explicitly set 'http.emptyAuth=true'.

* mc/http-emptyauth-negotiate-fix:
  doc: clarify http.emptyAuth values
  t5563: add tests for http.emptyAuth with Negotiate
  http: attempt Negotiate auth in http.emptyAuth=auto mode
  http: extract http_reauth_prepare() from retry paths


Trivial merge