mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
6ea87d97af
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> |
||
---|---|---|
.. | ||
.gitignore | ||
git-credential-netrc.perl | ||
Makefile | ||
t-git-credential-netrc.sh | ||
test.command-option-gpg | ||
test.git-config-gpg | ||
test.netrc | ||
test.netrc.gpg | ||
test.pl |