git: Disable renameLimit

I want all the renames pls
This commit is contained in:
2023-07-10 16:33:34 +02:00
parent 58297ce697
commit 3ecea7923a

View File

@@ -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"]