git_index_name_add

Record the filenames involved in a rename conflict.

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

Parameters

index libgit2_d.types.git_index*

an existing index object

ancestor const(char)*

the path of the file as it existed in the ancestor

ours const(char)*

the path of the file as it existed in our tree

theirs const(char)*

the path of the file as it existed in their tree

Meta