Fix up read_tree() pathspec matching to use "const char **"
authorLinus Torvalds <torvalds@g5.osdl.org>
Thu, 14 Jul 2005 18:39:27 +0000 (11:39 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 14 Jul 2005 18:39:27 +0000 (11:39 -0700)
commit3e58763542ab858ed2b2c7c704594f420df28c8b
treed8ac1c38a08c621eb237c962dfc099fc48c83970
parent0ca14a57f159fc9d0923dbb122705dd8d6a45488
Fix up read_tree() pathspec matching to use "const char **"

The same way the other pathspecs work.  Also fix missing success return
from the matching - not that anything actually uses this yet ;)
cache.h
tree.c