Make "ce_match_path()" a generic helper function
authorLinus Torvalds <torvalds@g5.osdl.org>
Thu, 14 Jul 2005 23:55:06 +0000 (16:55 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 14 Jul 2005 23:55:06 +0000 (16:55 -0700)
... and make git-diff-files use it too. This all _should_ make the
diffcore-pathspec.c phase unnecessary, since the diff'ers now all do the
path matching early interally.

No differences found