Code

Start using the partial tree reading in "git-diff-cache"
authorLinus Torvalds <torvalds@g5.osdl.org>
Thu, 14 Jul 2005 20:19:19 +0000 (13:19 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 14 Jul 2005 20:19:19 +0000 (13:19 -0700)
commita74ba54bd15d63bfb962b584fa96937b06cdfc87
treeba3c47aa661d260ac9c28b4ac6da48a2fd15b20c
parent3e58763542ab858ed2b2c7c704594f420df28c8b
Start using the partial tree reading in "git-diff-cache"

The reason I say "start using" is that we really should also limit the
index checking by name - now we limit the tree object accesses by name,
but we still check the whole index.

Still, this should help.
diff-cache.c