git_diff_find_options.rename_from_rewrite_threshold

Threshold below which similar files will be eligible to be a rename source. This is equivalent to the first part of the -B option. Defaults to 50.

struct git_diff_find_options
ushort rename_from_rewrite_threshold;

Meta