From 435a922a37591328059e6263d21b7759ff703012 Mon Sep 17 00:00:00 2001 From: John Hume Date: Thu, 9 Jan 2014 09:17:45 -0600 Subject: [PATCH] git config diff.renames true --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index aa004a2..d3e6d04 100644 --- a/gitconfig +++ b/gitconfig @@ -17,3 +17,5 @@ pretty = format:"%C(yellow)%h %C(cyan)%ad %C(magenta)%an%Creset | %s%+b" [pull] rebase = true +[diff] + renames = true