increase rename limit to 5000

This commit is contained in:
Sami Samhuri 2017-05-14 22:32:28 -07:00
parent 98e3285ac4
commit 3be053da80
No known key found for this signature in database
GPG key ID: F76F41F04D99808F

View file

@ -14,7 +14,7 @@
mnemonicprefix = true mnemonicprefix = true
renames = copies renames = copies
compactionHeuristic = true compactionHeuristic = true
renameLimit = 1000 renameLimit = 5000
[advice] [advice]
statusHints = false statusHints = false
pushNonFastForward = false pushNonFastForward = false