diff options
author | Ted Zlatanov <tzz@lifelogs.com> | 2013-02-25 10:49:15 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-25 13:46:14 -0800 |
commit | 5482920919f5ff14b1e4b01cf81eab17c32c2734 (patch) | |
tree | 790296b107df7bd1f152531cb2bafc3570fda788 /contrib/credential/netrc/Makefile | |
parent | Git 1.8.1 (diff) | |
download | tgif-5482920919f5ff14b1e4b01cf81eab17c32c2734.tar.xz |
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>
Diffstat (limited to 'contrib/credential/netrc/Makefile')
-rw-r--r-- | contrib/credential/netrc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/credential/netrc/Makefile b/contrib/credential/netrc/Makefile new file mode 100644 index 0000000000..51b76138a5 --- /dev/null +++ b/contrib/credential/netrc/Makefile @@ -0,0 +1,5 @@ +test: + ./test.pl + +testverbose: + ./test.pl -d -v |