git_index_reuc_entry

Representation of a resolve undo entry in the index.

package extern (C) nothrow @nogc
struct git_index_reuc_entry {}

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