git_index_remove_directory

Remove all entries from the index under a given directory

extern (C) nothrow @nogc
int
git_index_remove_directory

Parameters

index libgit2_d.types.git_index*

an existing index object

dir const(char)*

container directory path

stage int

stage to search

Return Value

Type: int

0 or an error code

Meta