git_merge_file_result

Information about file-level merging

extern (C) nothrow @nogc
struct git_merge_file_result {}

Members

Variables

automergeable
uint automergeable;

True if the output was automerged, false if the output contains conflict markers.

len
size_t len;

The length of the merge contents.

mode
uint mode;

The mode that the resultant merge file should use.

path
const(char)* path;

The path that the resultant merge file should use, or null if a filename conflict would occur.

ptr_
const(char)* ptr_;

The contents of the merge.

Meta