git-commit-vandalism/contrib/credential/netrc
Matthew John Cheetham 6ea87d97af netrc: ignore unknown lines (do not die)
Contrary to the documentation on credential helpers, as well as the help
text for git-credential-netrc itself, this helper will `die` when
presented with an unknown property/attribute/token.

Correct the behaviour here by skipping and ignoring any tokens that are
unknown. This means all helpers in the tree are consistent and ignore
any unknown credential properties/attributes.

Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2022-09-22 14:20:59 -07:00
..
.gitignore
git-credential-netrc.perl netrc: ignore unknown lines (do not die) 2022-09-22 14:20:59 -07:00
Makefile
t-git-credential-netrc.sh
test.command-option-gpg
test.git-config-gpg
test.netrc
test.netrc.gpg
test.pl