author | Junio C Hamano <junkio@cox.net> | |
Mon, 23 May 2005 21:55:33 +0000 (14:55 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Mon, 23 May 2005 23:23:10 +0000 (16:23 -0700) | ||
commit | b6d8f309d9bbd8193d9b73eb41c6fcdaa8001298 | |
tree | 8c15995be05c108072397d41d0454d6737509f7b | tree | snapshot |
parent | a4acb0eb140d80141ac564a09219a10c3ab76449 | commit | diff |
[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>
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 | diff | blob | history | |
Documentation/git-diff-helper.txt | diff | blob | history | |
diff-cache.c | diff | blob | history | |
diff-files.c | diff | blob | history | |
diff-helper.c | diff | blob | history | |
diff-tree.c | diff | blob | history | |
diff.c | diff | blob | history | |
diff.h | diff | blob | history | |
diffcore.h | diff | blob | history | |
t/t0000-basic.sh | diff | blob | history | |
t/t4002-diff-basic.sh | diff | blob | history | |
t/t4003-diff-rename-1.sh | diff | blob | history | |
t/t4005-diff-rename-2.sh | diff | blob | history |