libgit2

git_remote_download

Version:

Download and index the packfile

Connect to the remote if it hasn't been done yet, negotiate with the remote git which objects are missing, download and index the packfile.

The .idx file will be created and both it and the packfile with be renamed to their final name.

Signature

int git_remote_download(git_remote *remote);

Parameters

In
remote

Returns

int

0 or an error code

Versions