Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Redo rename/copy detection logic.
[gitweb.git]
/
diff-tree.c
diff --git
a/diff-tree.c
b/diff-tree.c
index 31f8019046f8ee24812ef57702d1484f5b563992..a7e7345bd622e1885471345c759d0fe9ae20c6d9 100644
(file)
--- a/
diff-tree.c
+++ b/
diff-tree.c
@@
-266,10
+266,8
@@
static int call_diff_flush(void)
{
if (detect_rename)
diffcore_rename(detect_rename, diff_score_opt);
- diffcore_prune();
if (pickaxe)
diffcore_pickaxe(pickaxe);
-
if (diff_queue_is_empty()) {
diff_flush(DIFF_FORMAT_NO_OUTPUT, 0);
return 0;