git_index_name_entry

Representation of a rename conflict entry in the index.

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

Members

Variables

ancestor
char* ancestor;
Undocumented in source.
ours
char* ours;
Undocumented in source.
theirs
char* theirs;
Undocumented in source.

Meta