From b9fd09917e46788141cf93f4343481267e06e980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 21 Feb 2021 10:13:00 +0000 Subject: [PATCH] Set higher rename dection limit in git --- nixos/git/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/git/home.nix b/nixos/git/home.nix index cb52c5b1..ed93c379 100644 --- a/nixos/git/home.nix +++ b/nixos/git/home.nix @@ -19,6 +19,7 @@ diff.renameLimit = 2048; diff.renames = "copy"; help.autocorrect = 1; + merge.renamelimit = 8192; mergetool.keepBackup = false; pull.ff = "only"; push.default = "simple";