git/contrib/credential/netrc/test.netrc
Ted Zlatanov 5482920919 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>
2013-02-25 13:46:14 -08:00

14 lines
337 B
Plaintext

machine imap login tzz@lifelogs.com port imaps password letmeknow
machine imap login bob port imaps password bobwillknow
# comment test
machine imap2 login tzz port 1099 password tzzknow
machine imap2 login bob password bobwillknow
# another command
machine github.com
multilinetoken anothervalue
login carol password carolknows