cache_tree_update: give an option to update cache-tree only.
authorJunio C Hamano <junkio@cox.net>
Thu, 27 Apr 2006 23:21:54 +0000 (16:21 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 27 Apr 2006 23:21:54 +0000 (16:21 -0700)
commit2956dd3bd7bd512aa8fce7e55d5eec1e56df99ab
treef3f43e014fa8a1c0ee5829eec216e85b831f15a3
parent7927a55d5bde25702dca4fb1a7d6eb7ef61110ba
cache_tree_update: give an option to update cache-tree only.

When the extra "dryrun" parameter is true, cache_tree_update()
recomputes the invalid entry but does not actually creates
new tree object.

Signed-off-by: Junio C Hamano <junkio@cox.net>
cache-tree.c
cache-tree.h
write-tree.c