From 50bc6c1ccab0a907f12b32c1579a2fd0e1580624 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 18 Feb 2024 12:53:32 -0500 Subject: [PATCH] Add histogram diff algorithm to git --- .gitconfig##default | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig##default b/.gitconfig##default index df222bc..7b35919 100644 --- a/.gitconfig##default +++ b/.gitconfig##default @@ -16,3 +16,5 @@ rebase = false [credential] helper = store +[diff] + algorithm = histogram