set_minimum_match_characters


Description:

public void set_minimum_match_characters (uint16 characters)

Set the minimum number of characters that must be detected as moving/copying within a file for it to associate those lines with a parent commit.

This is only used when any of the GGIT_BLAME_TRACK_COPIES_ flags are specified. The default value is 20.

Parameters:

this

a BlameOptions.

characters

the minimum number of characters.