]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Automatically detect copies and renames.
authorSimon Ruderich <simon@ruderich.org>
Tue, 30 Mar 2010 22:46:56 +0000 (00:46 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 30 Mar 2010 22:46:56 +0000 (00:46 +0200)
gitconfig.m4

index 016a2f053be4df7679dec58c6d8186703ceed931..b8fd3b666f1c9164f00d8e339c0db8b7b401359a 100644 (file)
@@ -41,6 +41,10 @@ include(../lib.m4)
        sa = stash apply
        sl = stash list
 
+[diff]
+       # Detect copies and renames.
+       renames = copy
+
 [merge]
 IF(OS, darwin)
        tool = opendiff