Skip to content

Commit 5482920

Browse files
tzzgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5d41784 commit 5482920

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)