summaryrefslogtreecommitdiffstats
path: root/gitconfig
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-11-09 10:46:30 -0600
committerJesse Luehrs <doy@tozt.net>2011-11-09 10:50:19 -0600
commit96f0559836165a37f7ccc17ee9fbde4da0359679 (patch)
treee121f0723fe7fc91815d4d3fc0e59f79b49f6ca4 /gitconfig
parent027fb9a4b8f06874e8bb17329d9aeef25e0285b3 (diff)
downloadconf-96f0559836165a37f7ccc17ee9fbde4da0359679.tar.gz
conf-96f0559836165a37f7ccc17ee9fbde4da0359679.zip
make git diff handle renames
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index e7d007b..ea7aa80 100644
--- a/gitconfig
+++ b/gitconfig
@@ -42,5 +42,7 @@
stat = true
[help]
autocorrect = 5
+[diff]
+ renames = true
; vim:ft=gitconfig: