git_index_conflict_get

Get the index entries that represent a conflict of a single file.

The entries are not modifiable and should not be freed. Because the git_index_entry struct is a publicly defined struct, you should be able to make your own permanent copy of the data if necessary.

@param ancestor_out Pointer to store the ancestor entry @param our_out Pointer to store the our entry @param their_out Pointer to store the their entry @param index an existing index object @param path path to search @return 0 or an error code

extern (C) nothrow @nogc
int
git_index_conflict_get

Meta