From 3ecea7923a141ceda11f707502f83a2b55532921 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 10 Jul 2023 16:33:34 +0200 Subject: [PATCH] git: Disable renameLimit I want all the renames pls --- .config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/git/config b/.config/git/config index 4bdc875..02e7abb 100644 --- a/.config/git/config +++ b/.config/git/config @@ -47,6 +47,9 @@ pager = diff-so-fancy \ | less --tabs=8 --RAW-CONTROL-CHARS --quit-if-one-screen [diff] + # No rename limit, propagates to merge. and status.renameLimit too + renameLimit = 0 + submodule = log tool = nvimdiff [difftool "meld"]