mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Merge pull request #6092 from libgit2/ethomson/diff_rename_limit
This commit is contained in:
@@ -768,7 +768,7 @@ typedef struct {
|
||||
*
|
||||
* This is a little different from the `-l` option from Git because we
|
||||
* will still process up to this many matches before abandoning the search.
|
||||
* Defaults to 200.
|
||||
* Defaults to 1000.
|
||||
*/
|
||||
size_t rename_limit;
|
||||
|
||||
|
||||
@@ -241,7 +241,7 @@ int git_diff_find_similar__calc_similarity(
|
||||
|
||||
#define DEFAULT_THRESHOLD 50
|
||||
#define DEFAULT_BREAK_REWRITE_THRESHOLD 60
|
||||
#define DEFAULT_RENAME_LIMIT 200
|
||||
#define DEFAULT_RENAME_LIMIT 1000
|
||||
|
||||
static int normalize_find_opts(
|
||||
git_diff *diff,
|
||||
|
||||
Reference in New Issue
Block a user