Add limit of diff rename detection to 2000 files

This commit is contained in:
Paweł Płazieński 2017-08-18 15:48:36 +02:00
parent 691c0fd71b
commit 80def193b4

View file

@ -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]