libgit2

git_merge_tree_flag_t

Version:

Flags for git_merge_tree options. A combination of these flags can be passed in via the flags value in the git_merge_options.

Values

GIT_MERGE_TREE_FIND_RENAMES
1

Detect renames that occur between the common ancestor and the "ours" side or the common ancestor and the "theirs" side. This will enable the ability to merge between a modified and renamed file.

Versions