Set the rename threshold (defaults to 50).
If ggit_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.
this |
a MergeOptions. |
rename_threshold |
similarity to consider a file renamed. |