diff options
Diffstat (limited to 'third_party/git/contrib/credential/netrc/test.netrc')
-rw-r--r-- | third_party/git/contrib/credential/netrc/test.netrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/git/contrib/credential/netrc/test.netrc b/third_party/git/contrib/credential/netrc/test.netrc new file mode 100644 index 000000000000..ba119a937f67 --- /dev/null +++ b/third_party/git/contrib/credential/netrc/test.netrc @@ -0,0 +1,13 @@ +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 |