]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mc/http-emptyauth-negotiate-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Apr 2026 17:15:04 +0000 (10:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Apr 2026 17:15:04 +0000 (10:15 -0700)
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:
  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