libgit2

git_cred_userpass_plaintext

Version:

A plaintext username and password

Signature

typedef struct git_cred_userpass_plaintext { git_cred parent char *username char *password };

Members

parent
char *
username
char *
password

Versions