From 28aa3ac80bbb92a1e5ae5dd11859071137d71306 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 19 Sep 2014 11:50:42 +0200 Subject: [PATCH] gitconfig: use histogram as diff algorithm --- gitconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig.in b/gitconfig.in index b6292ad..bb835a4 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -150,7 +150,7 @@ renames = copy # Diff algorithm to use. - algorithm = patience + algorithm = histogram # Change the definition of a word as used by diff --color-words to be # shorter (not only spaces) and thus simplify the generated diffs. -- 2.44.1