git_remote_callbacks.push_transfer_progress

Function to call with progress information during the upload portion of a push. Be aware that this is called inline with pack building operations, so performance may be affected.

struct git_remote_callbacks
.git_push_transfer_progress_cb push_transfer_progress;

Meta