git_index_name_add

Record the filenames involved in a rename conflict.

@param index an existing index object @param ancestor the path of the file as it existed in the ancestor @param ours the path of the file as it existed in our tree @param theirs the path of the file as it existed in their tree

package extern (C) nothrow @nogc
int
git_index_name_add
(,
const(char)* ancestor
,
const(char)* ours
,
const(char)* theirs
)

Meta