Home
last modified time | relevance | path

Searched defs:git_remote_callbacks (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dremote.h499 struct git_remote_callbacks { struct
500 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 …]
Dtypes.h248 typedef struct git_remote_callbacks git_remote_callbacks; typedef