aboutsummaryrefslogtreecommitdiff
path: root/diff-tree.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-26 17:41:28 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-26 17:41:28 -0700
commitfbe082a528861af785be15bb37d1c7d8f574daa4 (patch)
tree1179e1cc76a57f4e4a4d05a4de16c6ff65c5bd20 /diff-tree.c
parentc504aae2a6c96f1363562a3aa1dc05fb4462e978 (diff)
downloadgit-fbe082a528861af785be15bb37d1c7d8f574daa4.tar.gz
git-fbe082a528861af785be15bb37d1c7d8f574daa4.tar.xz
git-diff-tree: don't use diffcore_pathspec()
diff-tree does the culling of uninteresting paths internally, and fundamentally has to do so for performance reasons. So there's no point in calling the separate pathname culling logic here, especially as it seems slightly broken.
Diffstat (limited to 'diff-tree.c')
-rw-r--r--diff-tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/diff-tree.c b/diff-tree.c
index 7e16be426..8297b7f3a 100644
--- a/diff-tree.c
+++ b/diff-tree.c
@@ -268,8 +268,6 @@ static int call_diff_flush(void)
diff_flush(DIFF_FORMAT_NO_OUTPUT, 0);
return 0;
}
- if (nr_paths)
- diffcore_pathspec(paths);
if (header) {
if (diff_output_format == DIFF_FORMAT_MACHINE) {
const char *ep, *cp;