From c8a4909a0c674c8515f847d9e0d188c18ddeec2d Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 25 Feb 2025 14:00:56 +0000 Subject: [PATCH] home: git: switch to 'histogram' diff I do quite enjoy the `patience` diff, and `histogram` is supposed to be just as good or better. --- modules/home/git/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/git/default.nix b/modules/home/git/default.nix index c88008f..c248f5c 100644 --- a/modules/home/git/default.nix +++ b/modules/home/git/default.nix @@ -110,7 +110,7 @@ in diff = { # Usually leads to better results - algorithm = "patience"; + algorithm = "histogram"; }; fetch = {