From 3be053da80e40fe12e105c4c4dabc91015ac9874 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 14 May 2017 22:32:28 -0700 Subject: [PATCH] increase rename limit to 5000 --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 066eb60..d2a39ac 100644 --- a/gitconfig +++ b/gitconfig @@ -14,7 +14,7 @@ mnemonicprefix = true renames = copies compactionHeuristic = true - renameLimit = 1000 + renameLimit = 5000 [advice] statusHints = false pushNonFastForward = false