From 1a79cd959ba2991dd3295f9940b28b606e494ccf Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 26 Apr 2016 01:18:01 -0400 Subject: patch: show copy information for identical copies When showing copy information because we are duplicating contents, for example, when performing a `diff --find-copies-harder -M100 -B100`, then show copy from/to lines in a patch, and do not show context. Ensure that we can also parse such patches. --- tests/diff/parse.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/diff/parse.c') diff --git a/tests/diff/parse.c b/tests/diff/parse.c index 56b98903b..83000a92d 100644 --- a/tests/diff/parse.c +++ b/tests/diff/parse.c @@ -139,6 +139,11 @@ void test_diff_parse__can_parse_generated_diff(void) "31e47d8c1fa36d7f8d537b96158e3f024de0a9f2", "2bc7f351d20b53f1c72c16c4b036e491c478c49a", 0, GIT_DIFF_FIND_RENAMES); + test_tree_to_tree_computed_to_parsed("renames", + "31e47d8c1fa36d7f8d537b96158e3f024de0a9f2", + "2bc7f351d20b53f1c72c16c4b036e491c478c49a", + GIT_DIFF_INCLUDE_UNMODIFIED, + 0); test_tree_to_tree_computed_to_parsed("renames", "31e47d8c1fa36d7f8d537b96158e3f024de0a9f2", "2bc7f351d20b53f1c72c16c4b036e491c478c49a", -- cgit v1.2.1