[PATCH] diff-raw format update take #2.
authorJunio C Hamano <junkio@cox.net>
Mon, 23 May 2005 21:55:33 +0000 (14:55 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 23 May 2005 23:23:10 +0000 (16:23 -0700)
commitb6d8f309d9bbd8193d9b73eb41c6fcdaa8001298
tree8c15995be05c108072397d41d0454d6737509f7b
parenta4acb0eb140d80141ac564a09219a10c3ab76449
[PATCH] diff-raw format update take #2.

This changes the diff-raw format again, following the mailing
list discussion.  The new format explicitly expresses which one
is a rename and which one is a copy.

The documentation and tests are updated to match this change.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
13 files changed:
Documentation/diff-format.txt
Documentation/git-diff-helper.txt
diff-cache.c
diff-files.c
diff-helper.c
diff-tree.c
diff.c
diff.h
diffcore.h
t/t0000-basic.sh
t/t4002-diff-basic.sh
t/t4003-diff-rename-1.sh
t/t4005-diff-rename-2.sh