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(struct git_remote *remote);

Parameters

struct git_remote *
In
remote

the remote to update

Returns

int

Versions