Skip to content

Commit

Permalink
Add contrib/credentials/netrc with GPG support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ted Zlatanov authored and Junio C Hamano committed Feb 25, 2013
1 parent 5d41784 commit 5482920
Show file tree
Hide file tree
Showing 4 changed files with 545 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/credential/netrc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
test:
./test.pl

testverbose:
./test.pl -d -v
Loading

0 comments on commit 5482920

Please sign in to comment.