]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: enable diff move detection
authorSimon Ruderich <simon@ruderich.org>
Wed, 22 Nov 2017 10:07:53 +0000 (11:07 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 22 Nov 2017 10:07:53 +0000 (11:07 +0100)
gitconfig.in

index 846f013e56a8832e3e7d2d787c0ddf5850f4faa6..7e0bea8feee48c6b4982b0003868bdcb69dd1a69 100644 (file)
        # 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