[PATCH] Show dissimilarity index for D and N case.
authorJunio C Hamano <junkio@cox.net>
Mon, 30 May 2005 23:40:16 +0000 (16:40 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 31 May 2005 01:10:46 +0000 (18:10 -0700)
commit70aadac081d8c05ae31616c8f63b73ee3e83c45a
tree6693955e7284bd54d46bde932cf17bee249b556b
parentaf5323e0274fad058f13949b89a9191a7bef7e38
[PATCH] Show dissimilarity index for D and N case.

The way broken deletes and creates are shown in the -p
(diff-patch) output format has become consistent with how
rename/copy edits are shown.  They will show "dissimilarity
index" value, immediately following the "deleted file mode" and
"new file mode" lines.

The git-apply is taught to grok such an extended header.

Signed-off-by: Junio C Hamano <junkio@cox.net>
apply.c
diff.c