From f7850f026716087201c0621d6f33271c8b9d66b0 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 31 Mar 2010 00:46:56 +0200 Subject: [PATCH] gitconfig: Automatically detect copies and renames. --- gitconfig.m4 | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.44.1