On 2023-02-23 01:48, Jeff King wrote: > On Wed, Feb 22, 2023 at 09:51:28PM -0800, Victoria Dye wrote: > >> Junio C Hamano wrote: >>> * mc/credential-helper-www-authenticate (2023-02-16) 3 commits >>> - credential: add WWW-Authenticate header to cred requests >>> - http: read HTTP WWW-Authenticate response headers >>> - t5563: add tests for basic and anoymous HTTP access >>> >>> Allow information carried on the WWW-AUthenticate header to be >>> passed to the credential helpers. >>> >>> Will merge to 'next'? >>> source: <pull.1352.v10.git.1676586881.gitgitgadget@xxxxxxxxx> >> >> Aside from some relatively minor touch-ups, this has been fairly stable >> since v8. I'm happy with it at this point, but I'm also curious to hear >> Peff's thoughts (since it was his review that prompted the switch to Apache >> for the test helper, among other changes). > > I just gave v10 a careful read. It looks quite nice to me, though there > were a few tiny nits that I think are worth a re-roll (the most > important being the strcasecmp buffer over-read). Thanks for the thorough review all :) > -Peff