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.
File mode of the conflicted file, or 0 to not merge the mode.
File name of the conflicted file, or null to not merge the path.
Pointer to the contents of the file.
Size of the contents pointed to in ptr_.
See Implementation
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.