From abcb39e1e488942b09121439683f08c3a4ce53c6 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 26 Feb 2025 02:22:31 +0800 Subject: [PATCH] feat: change git diff algorithm to histogram. --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 46b3fcc..bd74951 100644 --- a/.gitconfig +++ b/.gitconfig @@ -18,7 +18,7 @@ [core] preloadindex = yes [diff] - algorithm = minimal + algorithm = histogram [diff "sqlite3"] binary = true textconv = "echo '.dbconfig trusted_schema no\n.dump' | sqlite3"