discard_cache: reset lazy name_hash bit
commit64ca23afda5bd7514115a4457abf37db21b989ac
authorJunio C Hamano <gitster@pobox.com>
Sat, 23 Aug 2008 20:05:10 +0000 (23 13:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 23 Aug 2008 20:05:10 +0000 (23 13:05 -0700)
tree77db004907aecc89d39390153f9fe48c08cc1df9
parenta81892dd8c37b6f13793739721b520fee3ce4c2c
discard_cache: reset lazy name_hash bit

We forgot to reset name_hash_initialized bit when discarding the in-core index.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c