]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit843ae82cd0eae83e70103f02830ca56162621a49
treeb9647bea67addfe7ce9dc4d9ff861b83a665db86
parent0ded84c31b89e193678fe3afbf6e9bfe340a87dc
parent4919938d284f48b21f8e778c670b1331d1407dbc
Merge branch 'mc/http-emptyauth-negotiate-fix' into next

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