get_rename_threshold


Description:

public uint get_rename_threshold ()

Get 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.

Parameters:

this

a MergeOptions.

Returns:

the rename threshold.