]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mc/http-emptyauth-negotiate-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 May 2026 02:07:46 +0000 (11:07 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 May 2026 02:07:46 +0000 (11:07 +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


Trivial merge