libgit2-d v0.0.1 (2020-03-14T04:41:16Z)
Home
Dub
Repo
git_index_reuc_entry
libgit2_d
sys
index
Representation of a resolve undo entry in the index.
package extern (
C
) nothrow @
nogc
struct
git_index_reuc_entry {
uint
[
3
]
mode
;
libgit2_d
.
oid
.
git_oid
[
3
]
oid
;
char
*
path
;
}
Members
Variables
mode
uint
[
3
]
mode
;
Undocumented in source.
oid
libgit2_d
.
oid
.
git_oid
[
3
]
oid
;
Undocumented in source.
path
char
*
path
;
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 resolve undo entry in the index.