author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 27 May 2005 00:41:28 +0000 (17:41 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 27 May 2005 00:41:28 +0000 (17:41 -0700) | ||
commit | fbe082a528861af785be15bb37d1c7d8f574daa4 | |
tree | 1179e1cc76a57f4e4a4d05a4de16c6ff65c5bd20 | tree | snapshot |
parent | c504aae2a6c96f1363562a3aa1dc05fb4462e978 | commit | diff |
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 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 | diff | blob | history |