git-mv: invalidate the removed path properly in cache-tree
commit4fddf5798d8a0eb112c60a05272a2d9407eafc8f
authorJunio C Hamano <junkio@cox.net>
Mon, 2 Oct 2006 05:22:07 +0000 (1 22:22 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 2 Oct 2006 06:32:39 +0000 (1 23:32 -0700)
treee42a21f3137d606e7c466bf16e8e78ef4403451b
parent82ca50556471eadfc3212cb478161c3da5c4d02a
git-mv: invalidate the removed path properly in cache-tree

The command updated the cache without invalidating the cache
tree entries while removing an existing entry.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-mv.c
t/t7001-mv.sh