Invalidate cache-tree entries for touched paths in git-apply.
commit03ac6e64651e4b5ca0c2164a23b5f345f2c03af4
authorJunio C Hamano <junkio@cox.net>
Sun, 23 Apr 2006 23:52:52 +0000 (23 16:52 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 24 Apr 2006 03:19:17 +0000 (23 20:19 -0700)
treebca470da2fb9692ba3345aa9e91411f889bd4f35
parenta52139b47e505e74e23a02f5324485e11dfe4ef9
Invalidate cache-tree entries for touched paths in git-apply.

This updates git-apply to maintain cache-tree information.  With
this and the previous write-tree patch, repeated "apply --index"
followed by "write-tree" on a huge tree will hopefully become
faster.

Signed-off-by: Junio C Hamano <junkio@cox.net>
apply.c