]> git.ipfire.org Git - thirdparty/git.git/commit
git-diff-tree: don't use diffcore_pathspec()
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 27 May 2005 00:41:28 +0000 (17:41 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 27 May 2005 00:41:28 +0000 (17:41 -0700)
commitfbe082a528861af785be15bb37d1c7d8f574daa4
tree1179e1cc76a57f4e4a4d05a4de16c6ff65c5bd20
parentc504aae2a6c96f1363562a3aa1dc05fb4462e978
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.
diff-tree.c