Searched defs:git_remote_callbacks (Results 1 – 2 of 2) sorted by relevance
499 struct git_remote_callbacks { struct500 unsigned int version; /**< The version */507 git_transport_message_cb sideband_progress;522 git_credential_acquire_cb credentials;530 git_transport_certificate_check_cb certificate_check;537 git_indexer_progress_cb transfer_progress;550 git_packbuilder_progress pack_progress;558 git_push_transfer_progress_cb push_transfer_progress;563 git_push_update_reference_cb push_update_reference;569 git_push_negotiation push_negotiation;[all …]
248 typedef struct git_remote_callbacks git_remote_callbacks; typedef