From 2c0a0ab332d770f5bcd4f93760e2edf016e7f4a0 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 2 Aug 2024 18:23:21 -0700 Subject: [PATCH] [git] Set diff.algorithm to histogram I heard somewhere that this algorithm does a slightly better job showing diffs. Giving it a try. --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 349115e..d77e7a3 100644 --- a/gitconfig +++ b/gitconfig @@ -65,6 +65,7 @@ color = true [diff] tool = KS + algorithm = histogram [difftool] prompt = false [difftool "KS"]