libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_index_name_clear
libgit2
sys
index
Remove all filename conflict entries.
extern (
C
) nothrow @
nogc
@
GIT_EXTERN
int
git_index_name_clear
(
libgit2.types.git_index
*
index
)
Parameters
index
libgit2
.
types
.
git_index
*
an existing index object
Return Value
Type:
int
0 or an error code
Meta
Source
See Implementation
libgit2
sys
index
functions
git_index_name_add
git_index_name_clear
git_index_name_entrycount
git_index_name_get_byindex
git_index_reuc_add
git_index_reuc_clear
git_index_reuc_entrycount
git_index_reuc_find
git_index_reuc_get_byindex
git_index_reuc_get_bypath
git_index_reuc_remove
structs
git_index_name_entry
git_index_reuc_entry
Remove all filename conflict entries.