git_diff_find_options.rename_limit

Maximum number of matches to consider for a particular file.

This is a little different from the -l option from Git because we will still process up to this many matches before abandoning the search. Defaults to 200.

struct git_diff_find_options
size_t rename_limit;

Meta