git_merge_options.rename_threshold

Similarity to consider a file renamed (default 50). If git_merge_flag_t.GIT_MERGE_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.

struct git_merge_options
uint rename_threshold;

Meta