name-hash.c: use new hash map implementation for cache entries
commit8b013788a14b96b8d20b1f6bc76a42f9733aefad
authorKarsten Blees <karsten.blees@gmail.com>
Thu, 14 Nov 2013 19:21:58 +0000 (14 20:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Nov 2013 21:04:24 +0000 (18 13:04 -0800)
tree6819f34323de1ad90c9517def56e35fc4ee32448
parent1c8cca190a1029d16450e61fbc4ce6f85a867f30
name-hash.c: use new hash map implementation for cache entries

Note: the "ce->next = NULL;" in unpack-trees.c::do_add_entry can safely be
removed, as ce->next (now ce->ent.next) is always properly initialized in
name-hash.c::hash_index_entry.

Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
name-hash.c
unpack-trees.c