libgit2

git_remote_update_tips

Version:

Update the tips to the new state

Make sure that you only call this once you've successfully indexed or expanded the packfile.

Signature

int git_remote_update_tips(git_remote *remote);

Parameters

In
remote

the remote to update

Returns

int

Versions