The file inputs to git_merge_file
. Callers should populate the
git_merge_file_input
structure with descriptions of the files in
each side of the conflict for use in producing the merge file.
Pointer to the contents of the file.
Size of the contents pointed to in ptr
.
File name of the conflicted file, or NULL
to not merge the path.
File mode of the conflicted file, or 0
to not merge the mode.