"brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx> writes: > On 2024-04-13 at 01:36:59, Junio C Hamano wrote: >> * bc/credential-scheme-enhancement (2024-03-27) 12 commits >> . 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: 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 >> >> 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. >> >> Expecting a reroll. >> cf. <ZgSQ5o_KyqDaxz1m@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> >> source: <20240324011301.1553072-1-sandals@xxxxxxxxxxxxxxxxxxxx> > > I'm working on a reroll and expect to send it out a little later this > week. I believe it's currently finished and I'm running the tests with > `git rebase -x` now, so assuming that passes v2 should be out soon. Thanks.