read-tree: invalidate cache-tree entry when a new index entry is added.
authorJunio C Hamano <junkio@cox.net>
Wed, 3 May 2006 23:07:02 +0000 (16:07 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 May 2006 23:07:02 +0000 (16:07 -0700)
When doing two-way merge, we failed to invalidate the directory
that a new entry is added (we correctly did so for modified and
deleted entries).

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found