From b6d8f309d9bbd8193d9b73eb41c6fcdaa8001298 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 23 May 2005 14:55:33 -0700 Subject: [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 Signed-off-by: Linus Torvalds --- diff-cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'diff-cache.c') diff --git a/diff-cache.c b/diff-cache.c index 3c8f9e0ee..10d5c9557 100644 --- a/diff-cache.c +++ b/diff-cache.c @@ -234,6 +234,6 @@ int main(int argc, const char **argv) diffcore_pickaxe(pickaxe); if (2 <= argc) diffcore_pathspec(argv + 1); - diff_flush(diff_output_format); + diff_flush(diff_output_format, 1); return ret; } -- cgit v1.2.1