From bceafe752c03f4b13b9b1671a55d9e2acd26432d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 23 May 2005 18:14:03 -0700 Subject: [PATCH] Fix diff-pruning logic which was running prune too early. For later stages to reorder patches, pruning logic and rename detection logic should not decide which delete to discard (because another entry said it will take over the file as a rename) until the very end. Also fix some tests that were assuming the earlier "last one is rename or keep everything else is copy" semantics of diff-raw format, which no longer is true. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds --- diff.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'diff.h') diff --git a/diff.h b/diff.h index 6aa412869e..0d1f9ae347 100644 --- a/diff.h +++ b/diff.h @@ -39,8 +39,6 @@ extern void diff_setup(int reverse); extern void diffcore_rename(int rename_copy, int minimum_score); -extern void diffcore_prune(void); - extern void diffcore_pickaxe(const char *needle); extern void diffcore_pathspec(const char **pathspec); -- cgit v1.3