From 80def193b4cb0d868f8c6ac7700f24109fc7844a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Fri, 18 Aug 2017 15:48:36 +0200 Subject: [PATCH] Add limit of diff rename detection to 2000 files --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 76e74ea..b447b45 100644 --- a/.gitconfig +++ b/.gitconfig @@ -42,6 +42,7 @@ compactionHeuristic = true indentHeuristic = true algorithm = histogram + renameLimit = 2000 [difftool] prompt = false [gc]