git_transport.download_pack

Start downloading the packfile from the remote repository.

This function may be called after a successful call to negotiate_fetch(), when the direction is git_direction.GIT_DIRECTION_FETCH.

struct git_transport
int function(.git_transport* transport, libgit2_d.types.git_repository* repo, libgit2_d.indexer.git_indexer_progress* stats, libgit2_d.indexer.git_indexer_progress_cb progress_cb, void* progress_payload) download_pack;

Meta