cache-tree: mark istate->cache_changed on cache tree invalidation
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
a5c446f116
commit
a5400efe29
@ -1263,7 +1263,7 @@ static void invalidate_ce_path(const struct cache_entry *ce,
|
||||
struct unpack_trees_options *o)
|
||||
{
|
||||
if (ce)
|
||||
cache_tree_invalidate_path(o->src_index->cache_tree, ce->name);
|
||||
cache_tree_invalidate_path(o->src_index, ce->name);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user