From e38b519b70ad641c9ce63021fa9ded67dcfe286e Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 29 Mar 2022 04:53:57 +0200 Subject: [PATCH] git: Disable colorMoved, it's confusing --- .config/git/config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/git/config b/.config/git/config index f7ac9aa..939cfdb 100644 --- a/.config/git/config +++ b/.config/git/config @@ -20,6 +20,8 @@ [merge "keywords"] name = KEYWORDS merge driver driver = merge-driver-ekeyword %O %A %B %P +[diff] + tool = meld [commit] gpgSign = true [tag] @@ -35,9 +37,6 @@ pager = ( delta || diff-highlight | ( highlight-diffpatch || cat ) | less --tabs=4 -RFX ) [interactive] diffFilter = ( delta || cat ) -[diff] - colorMoved = default - tool = meld [delta] color-only = true syntax-theme = gruvbox-dark