Skip to content
Snippets Groups Projects
Commit 3fd020d4 authored by Matthias Sohn's avatar Matthias Sohn Committed by Gerrit Code Review
Browse files

Merge "Change default similarity score to 50(%) to match git's default"

parents 336ab76c ba905906
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ class SimilarityRenameDetector {
private long[] matrix;
/** Score a pair must exceed to be considered a rename. */
private int renameScore = 60;
private int renameScore = 50;
/**
* File size threshold (in bytes) for detecting renames. Files larger
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment