From c2ca54c8adc2ccd7928819c5b96885d7042da06b Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Wed, 25 Oct 2023 20:17:57 -0500 Subject: [PATCH] git: use histogram diff algorithm --- git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/config b/git/config index d1121c4..63ae7d5 100644 --- a/git/config +++ b/git/config @@ -35,6 +35,7 @@ plus-emph-style = bold green 22 zero-style = dim syntax [diff] + algorithm = histogram colorMoved = default [interactive] diffFilter = delta --color-only -- 2.45.2