libgit2

git_index_name_entry

Version:

Representation of a rename conflict entry in the index.

Signature

typedef struct git_index_name_entry { char *ancestor char *ours char *theirs };

Members

char *
ancestor
char *
ours
char *
theirs

Returned By

Versions