Downloads
Reference
Learning
Security
Source
API Documentation
credential (advanced)
git_credential
Version:
main
v1.8.4
v1.8.3
v1.8.2
v1.8.2-rc1
v1.8.1
v1.8.0
v1.7.2
v1.7.1
v1.7.0
v1.6.5
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.5.2
v1.5.1
v1.5.0
v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.1
v1.1.0
v1.0.1
v1.0.0
v0.99.0
The base structure for all credential types
Signature
GitHub
typedef struct git_credential {
git_credential_t credtype
void (*)(git_credential *) free
};
Members
git_credential_t
credtype
A type of credential
void (*)(git_credential *)
free
Parameter To
git_credential_acquire_cb
git_credential_free
git_credential_has_username
git_credential_get_username
git_credential_userpass_plaintext_new
git_credential_default_new
git_credential_username_new
git_credential_ssh_key_new
git_credential_ssh_key_memory_new
git_credential_ssh_interactive_new
git_credential_ssh_key_from_agent
git_credential_ssh_custom_new
git_credential_userpass
git_cred_free
git_cred_has_username
git_cred_get_username
git_cred_userpass_plaintext_new
git_cred_default_new
git_cred_username_new
git_cred_ssh_key_new
git_cred_ssh_key_memory_new
git_cred_ssh_interactive_new
git_cred_ssh_key_from_agent
git_cred_ssh_custom_new
git_cred_userpass
git_transport_smart_credentials
Versions
main
v1.8.4
v1.8.3
v1.8.2
v1.8.2-rc1
v1.8.1
v1.8.0
v1.7.2
v1.7.1
v1.7.0
v1.6.5
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.5.2
v1.5.1
v1.5.0
v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.1
v1.1.0
v1.0.1
v1.0.0
v0.99.0