commit | 03ac6e64651e4b5ca0c2164a23b5f345f2c03af4 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sun Apr 23 16:52:52 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Sun Apr 23 20:19:17 2006 -0700 |
tree | bca470da2fb9692ba3345aa9e91411f889bd4f35 | |
parent | a52139b47e505e74e23a02f5324485e11dfe4ef9 [diff] |
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>