Skip to content

Commit ea11711

Browse files
committed
Merge branch 'tz/credential-authinfo'
A new read-only credential helper (in contrib/) to interact with the .netrc/.authinfo files. Hopefully mn/send-email-authinfo topic can rebuild on top of something like this. * tz/credential-authinfo: Add contrib/credentials/netrc with GPG support
2 parents 31b12a1 + 5482920 commit ea11711

File tree

4 files changed

+545
-0
lines changed

4 files changed

+545
-0
lines changed

contrib/credential/netrc/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
test:
2+
./test.pl
3+
4+
testverbose:
5+
./test.pl -d -v

0 commit comments

Comments
 (0)