git_blame_options.min_match_characters

The lower bound on the number of alphanumeric characters that must be detected as moving/copying within a file for it to associate those lines with the parent commit. The default value is 20. This value only takes effect if any of the GIT_BLAME_TRACK_COPIES_* flags are specified.

struct git_blame_options
ushort min_match_characters;

Meta