reset: update cache-tree data when appropriate
commit6c52ec8a9ab48b50fc8bf9559467d5a4cf7eee3b
authorThomas Rast <trast@student.ethz.ch>
Tue, 6 Dec 2011 17:43:39 +0000 (6 18:43 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Dec 2011 23:13:39 +0000 (6 15:13 -0800)
tree276dfba73bd613d45c703e33ccffdc09cad7524d
parent11c8a74a64a49f236d475514f723123a8928463d
reset: update cache-tree data when appropriate

In the case of --mixed and --hard, we throw away the old index and
rebuild everything from the tree argument (or HEAD).  So we have an
opportunity here to fill in the cache-tree data, just as read-tree
did.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/reset.c
t/t0090-cache-tree.sh