Add contrib/credentials/netrc with GPG support
authorTed Zlatanov <tzz@lifelogs.com>
Mon, 25 Feb 2013 15:49:15 +0000 (10:49 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 21:46:14 +0000 (13:46 -0800)
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>
No differences found