git_index_reuc_clear

Remove all resolve undo entries from the index

package extern (C) nothrow @nogc
int
git_index_reuc_clear

Parameters

index libgit2_d.types.git_index*

an existing index object

Return Value

Type: int

0 or an error code

Meta