[PATCH] Detect renames in diff family.
authorJunio C Hamano <junkio@cox.net>
Thu, 19 May 2005 17:13:01 +0000 (10:13 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 19 May 2005 17:37:29 +0000 (10:37 -0700)
commit5b486c3b6531755853e9700ceba0d01f1ed15d21
tree563a96aa43332010979577ea037a3670227e45be
parent7984eabe071298df0ce53da2af449ec16dd747d8
[PATCH] Detect renames in diff family.

A bit of clean-up of diff.c which fixes up some comments and removes a
memory leak.

This also re-introduces the rename score debugging fprintf(), but leaves
it #idef'ed it out for normal use.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff.c