git_remote_callbacks

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

certificate_check
git_transport_certificate_check_cb certificate_check;
Undocumented in source.
completion
int function(git_remote_completion_type type, void* data) completion;
Undocumented in source.
credentials
git_cred_acquire_cb credentials;
Undocumented in source.
pack_progress
git_packbuilder_progress pack_progress;
Undocumented in source.
payload
void* payload;
Undocumented in source.
push_negotiation
git_push_negotiation push_negotiation;
Undocumented in source.
push_transfer_progress
git_push_transfer_progress push_transfer_progress;
Undocumented in source.
push_update_reference
int function(const(char)* refname, const(char)* status, void* data) push_update_reference;
Undocumented in source.
sideband_progress
git_transport_message_cb sideband_progress;
Undocumented in source.
transfer_progress
git_transfer_progress_cb transfer_progress;
Undocumented in source.
transport
git_transport_cb transport;
Undocumented in source.
update_tips
int function(const(char)* refname, const(git_oid)* a, const(git_oid)* b, void* data) update_tips;
Undocumented in source.
version_
uint version_;
Undocumented in source.

Meta