author | Junio C Hamano <junkio@cox.net> | |
Mon, 30 May 2005 23:40:16 +0000 (16:40 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Tue, 31 May 2005 01:10:46 +0000 (18:10 -0700) | ||
commit | 70aadac081d8c05ae31616c8f63b73ee3e83c45a | |
tree | 6693955e7284bd54d46bde932cf17bee249b556b | tree | snapshot |
parent | af5323e0274fad058f13949b89a9191a7bef7e38 | commit | diff |
[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>
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 | blob | history | |
diff.c | diff | blob | history |