git_index_remove

Remove an entry from the index

extern (C) nothrow @nogc public
int
git_index_remove

Parameters

index libgit2.types.git_index*

an existing index object

path const(char)*

path to search

stage int

stage to search

Return Value

Type: int

0 or an error code

Meta