libgit2-d ~master (2021-07-01T09:53:17Z)
Home
Dub
Repo
git_index_name_entry
libgit2_d
sys
index
Representation of a rename conflict entry in the index.
package 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_d
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.