libgit2

git_index_reuc_remove

Version:

Remove an resolve undo entry from the index

Signature

int git_index_reuc_remove(git_index *index, size_t n);

Parameters

In
index

an existing index object

size_t
In
n

position of the resolve undo entry to remove

Returns

int

0 or an error code

Versions