Merging options
Similarity to consider a file renamed (default 50). If GIT_MERGE_TREE_FIND_RENAMES
is enabled, added files will be compared with deleted files to determine their similarity. Files that are more similar than the rename threshold (percentage-wise) will be treated as a rename.
Maximum similarity sources to examine for renames (default 200). If the number of rename candidates (add / delete pairs) is greater than this value, inexact rename detection is aborted.
This setting overrides the merge.renameLimit
configuration value.