From 63f31f9fcd4bd7a41fee4db64a8152acf7c88c29 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 5 Jun 2023 11:44:06 +0200 Subject: gitconfig: use histogram diff algorithm by default --- dotfiles/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index 5533a9c..cc6026d 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -26,6 +26,7 @@ [diff] renames = copy colorMoved = true + algorithm = histogram [pull] ff = only [blame] -- cgit v1.2.3