From a86a43fc08e7e8eac6b978ed8b6aba7be2674c8b Mon Sep 17 00:00:00 2001 From: Kevin Suttle Date: Fri, 6 Apr 2018 10:13:42 -0400 Subject: [PATCH] Add git 2.17's colorMoved config option --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 773c362..f56b100 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,6 +12,7 @@ whitespace = space-before-tab,indent-with-non-tab,trailing-space,cr-at-eol [diff] keepBackup = false + colorMoved = true [help] autocorrect = 1 [merge]