diff options
Diffstat (limited to 'diff-cache.c')
-rw-r--r-- | diff-cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/diff-cache.c b/diff-cache.c index 10d5c9557..579a673f6 100644 --- a/diff-cache.c +++ b/diff-cache.c @@ -229,7 +229,6 @@ int main(int argc, const char **argv) ret = diff_cache(active_cache, active_nr); if (detect_rename) diffcore_rename(detect_rename, diff_score_opt); - diffcore_prune(); if (pickaxe) diffcore_pickaxe(pickaxe); if (2 <= argc) |