From: Junio C Hamano Date: Wed, 8 May 2024 17:18:44 +0000 (-0700) Subject: Merge branch 'bc/credential-scheme-enhancement' X-Git-Tag: v2.46.0-rc0~152 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5c9acf77d9bced87c758e8c8aba13a438d34802;p=thirdparty%2Fgit.git Merge branch 'bc/credential-scheme-enhancement' The credential helper protocol, together with the HTTP layer, have been enhanced to support authentication schemes different from username & password pair, like Bearer and NTLM. * bc/credential-scheme-enhancement: credential: add method for querying capabilities credential-cache: implement authtype capability t: add credential tests for authtype credential: add support for multistage credential rounds t5563: refactor for multi-stage authentication docs: set a limit on credential line length credential: enable state capability credential: add an argument to keep state http: add support for authtype and credential docs: indicate new credential protocol fields credential: add a field called "ephemeral" credential: gate new fields on capability credential: add a field for pre-encoded credentials http: use new headers for each object request remote-curl: reset headers on new request credential: add an authtype field --- c5c9acf77d9bced87c758e8c8aba13a438d34802