Add contrib/credentials/netrc with GPG support
commit5482920919f5ff14b1e4b01cf81eab17c32c2734
authorTed Zlatanov <tzz@lifelogs.com>
Mon, 25 Feb 2013 15:49:15 +0000 (25 10:49 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 21:46:14 +0000 (25 13:46 -0800)
tree790296b107df7bd1f152531cb2bafc3570fda788
parent5d417842efeafb6e109db7574196901c4e95d273
Add contrib/credentials/netrc with GPG support

This credential helper supports multiple files, returning the first one
that matches.  It checks file permissions and owner.  For *.gpg files,
it will run GPG to decrypt the file.

Signed-off-by: Ted Zlatanov <tzz@lifelogs.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/credential/netrc/Makefile [new file with mode: 0644]
contrib/credential/netrc/git-credential-netrc [new file with mode: 0755]
contrib/credential/netrc/test.netrc [new file with mode: 0644]
contrib/credential/netrc/test.pl [new file with mode: 0755]