mirror of
https://github.com/git/git.git
synced 2024-11-04 16:27:54 +01:00
5482920919
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>
13 lines
337 B
Text
13 lines
337 B
Text
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
|