Unverified Commit d174381c by Edward Thomson Committed by GitHub

diff: make the default rename_limit 1000

git's default rename limit is 1000, ours should match.
parent b7bad55e
...@@ -241,7 +241,7 @@ int git_diff_find_similar__calc_similarity( ...@@ -241,7 +241,7 @@ int git_diff_find_similar__calc_similarity(
#define DEFAULT_THRESHOLD 50 #define DEFAULT_THRESHOLD 50
#define DEFAULT_BREAK_REWRITE_THRESHOLD 60 #define DEFAULT_BREAK_REWRITE_THRESHOLD 60
#define DEFAULT_RENAME_LIMIT 200 #define DEFAULT_RENAME_LIMIT 1000
static int normalize_find_opts( static int normalize_find_opts(
git_diff *diff, git_diff *diff,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment