Code

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)
commitc0fd1f517efeb67df32b8d4ffa209afab14be436
tree007728a4e0c2572196e5b118761bf69fdea5bfd8
parentfdee7d07ba6c79b3e5125e96adbe1d9c3e75ce1d
Make "ce_match_path()" a generic helper function

... 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.
cache.h
diff-cache.c
diff-files.c
read-cache.c