mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 08:55:38 +02:00
Add limit of diff rename detection to 2000 files
This commit is contained in:
parent
691c0fd71b
commit
80def193b4
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
||||||
compactionHeuristic = true
|
compactionHeuristic = true
|
||||||
indentHeuristic = true
|
indentHeuristic = true
|
||||||
algorithm = histogram
|
algorithm = histogram
|
||||||
|
renameLimit = 2000
|
||||||
[difftool]
|
[difftool]
|
||||||
prompt = false
|
prompt = false
|
||||||
[gc]
|
[gc]
|
||||||
|
|
Loading…
Add table
Reference in a new issue