diff-tree: don't match non-directories as partial pathnames
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 18 May 2005 21:17:22 +0000 (14:17 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 18 May 2005 21:17:22 +0000 (14:17 -0700)
This normally doesn't matter, but if you have a filename that is
sometimes a directory and sometimes a regular file (or symlink),
we don't want the regular file case to trigger a "partial match".

No differences found