From 84b9cdbc14d8e9a3e3377fe7baf2fcc2e1a10bfc Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 15 Nov 2021 12:58:54 -0800 Subject: [PATCH] [git] use histogram instead of patience for diffing --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index ac57249..d864fe1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -55,7 +55,7 @@ templatedir = ~/.git_templates defaultBranch = main [diff] - algorithm = patience + algorithm = histogram tool = icdiff ; compactionHeuristic = true indentHeuristic = true