From: Simon Ruderich Date: Wed, 22 Nov 2017 10:07:53 +0000 (+0100) Subject: gitconfig: enable diff move detection X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=dcf12c51b985d9c36d5283a6e8e5ad324db968a1 gitconfig: enable diff move detection --- diff --git a/gitconfig.in b/gitconfig.in index 846f013..7e0bea8 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -173,6 +173,9 @@ # Diff algorithm to use. algorithm = histogram + # Highlight moved code in a different color. + colorMoved = zebra + # Replace "a/" and "b/" prefix in diffs with characters describing the # context (e.g. "i/"ndex and "w/"ork tree). mnemonicprefix = true