Skip to main content

GIT_RENAME_MAX

Constant GIT_RENAME_MAX 

Source
pub const GIT_RENAME_MAX: u8 = 100;
Expand description

The similarity threshold a rename byte may carry: 0 is the exact-oid join, 1..=100 a percentage, anything above is INVALID.