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-files.c
diff --git
a/diff-files.c
b/diff-files.c
index 17c328a807c8f12bc32bdcc91eb7db1dfb789e9a..d7cfad79e7aae77bb121cf5c678ba02c98184c3e 100644
(file)
--- a/
diff-files.c
+++ b/
diff-files.c
@@
-115,7
+115,6
@@
int main(int argc, const char **argv)
}
if (detect_rename)
diffcore_rename(detect_rename, diff_score_opt);
- diffcore_prune();
if (pickaxe)
diffcore_pickaxe(pickaxe);
if (1 < argc)