From bb6070e983dda7a622cef1eaf4eed473211e40e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 19 Dec 2020 13:03:13 +0000 Subject: [PATCH] try harder for diffs --- nixos/git/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/git/home.nix b/nixos/git/home.nix index 9668d590..cb52c5b1 100644 --- a/nixos/git/home.nix +++ b/nixos/git/home.nix @@ -15,6 +15,7 @@ extraConfig = { colour.ui = true; credential = { helper ="cache"; }; + diff.algorithm = "histogram"; diff.renameLimit = 2048; diff.renames = "copy"; help.autocorrect = 1;