From: Simon Ruderich Date: Fri, 19 Sep 2014 09:50:42 +0000 (+0200) Subject: gitconfig: use histogram as diff algorithm X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=28aa3ac80bbb92a1e5ae5dd11859071137d71306 gitconfig: use histogram as diff algorithm --- 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.