]> git.ipfire.org Git - thirdparty/git.git/commit - diff.c
diff.c: respect diff.renames config option
authorEric Wong <normalperson@yhbt.net>
Fri, 7 Jul 2006 11:01:23 +0000 (04:01 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 7 Jul 2006 19:28:53 +0000 (12:28 -0700)
commitb68ea12e305043a7feef085b6ba098f42357af9b
tree569d1cb41b151c46eaddbf74ea61638fa3a5fc79
parentd507bb15008d6ee657eebaf2803bf0964af12c93
diff.c: respect diff.renames config option

diff.renames is mentioned several times in the documentation,
but to my surprise it didn't do anything before this patch.

Also add the --no-renames option to override this from the
command-line.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt
diff.c