]> git.ipfire.org Git - thirdparty/git.git/commit
credential.c: store "wwwauth[]" values in `credential_read()`
authorTaylor Blau <me@ttaylorr.com>
Mon, 1 May 2023 15:53:48 +0000 (11:53 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 May 2023 16:27:00 +0000 (09:27 -0700)
commit16b305cd2ba1747bcc6d160665eccdbbf7f2ea10
tree1146d1bd533ef0ae5bb0114449534ef93ec42fbb
parent48d89b51b3bb8a60580c36731b96a7206ce1e5b9
credential.c: store "wwwauth[]" values in `credential_read()`

Teach git-credential to read "wwwauth[]" value(s) when parsing the
output of a credential helper.

These extra headers are not needed for Git's own HTTP support to use the
feature internally, but the feature would not be available for a
scripted caller (say, git-remote-mediawiki providing the header in the
same way).

As a bonus, this also makes it easier to use wwwauth[] in synthetic
credential inputs in our test suite.

Co-authored-by: Jeff King <peff@peff.net>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
credential.c