libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_index_name_entry
libgit2
sys
index
Representation of a rename conflict entry in the index.
extern (
C
) nothrow @
nogc
struct
git_index_name_entry {
char
*
ancestor
;
char
*
ours
;
char
*
theirs
;
}
Members
Variables
ancestor
char
*
ancestor
;
Undocumented in source.
ours
char
*
ours
;
Undocumented in source.
theirs
char
*
theirs
;
Undocumented in source.
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
Representation of a rename conflict entry in the index.