From: Simon Ruderich Date: Tue, 30 Mar 2010 22:46:56 +0000 (+0200) Subject: gitconfig: Automatically detect copies and renames. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=f7850f026716087201c0621d6f33271c8b9d66b0 gitconfig: Automatically detect copies and renames. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index 016a2f0..b8fd3b6 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -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