Avoid excessive rewrites in merge-recursive
commitc135ee88f8584996ead993c76015d2c03798ab9e
authorAlex Riesen <raa.lkml@gmail.com>
Wed, 25 Apr 2007 20:06:59 +0000 (25 22:06 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 26 Apr 2007 06:43:16 +0000 (25 23:43 -0700)
tree704d7f2fdac1166a25d5ab8ed73384cee7280f54
parent6169a89c4fd29cf9c747bab7bd310877328bc7e2
Avoid excessive rewrites in merge-recursive

If a file is changed in one branch, and renamed and changed to the
same content in another branch than we can skip the rewrite of this
file in the working directory, as the content does not change.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
merge-recursive.c