increase rename limit to 5000
This commit is contained in:
parent
98e3285ac4
commit
3be053da80
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue