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.types.git_repository* repo, libgit2.indexer.git_indexer_progress* stats) download_pack;

Meta