From 067ad59d2c75c89fa948e7aebc80ffde85184f20 Mon Sep 17 00:00:00 2001 From: Chayoung You Date: Thu, 21 Mar 2024 13:44:06 +0900 Subject: [PATCH] gitconfig: set diff.algorithm to histogram --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 384bae7..93c2462 100644 --- a/gitconfig +++ b/gitconfig @@ -11,6 +11,7 @@ [commit] verbose = true [diff] + algorithm = histogram colorMoved = true compactionHeuristic = true renames = true