summaryrefslogtreecommitdiff
path: root/contrib/credential/netrc/Makefile
diff options
context:
space:
mode:
authorLibravatar Ted Zlatanov <tzz@lifelogs.com>2013-02-25 10:49:15 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-02-25 13:46:14 -0800
commit5482920919f5ff14b1e4b01cf81eab17c32c2734 (patch)
tree790296b107df7bd1f152531cb2bafc3570fda788 /contrib/credential/netrc/Makefile
parentGit 1.8.1 (diff)
downloadtgif-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/Makefile5
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