git_index_reuc_remove

Remove an resolve undo entry from the index

package extern (C) nothrow @nogc
int
git_index_reuc_remove

Parameters

index libgit2_d.types.git_index*

an existing index object

n size_t

position of the resolve undo entry to remove

Return Value

Type: int

0 or an error code

Meta