From: Linus Torvalds Date: Sat, 23 Feb 2008 04:39:21 +0000 (-0800) Subject: Name hash fixups: export (and rename) remove_hash_entry X-Git-Tag: v1.5.5-rc0~163 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d070e3a31bf94de1ef503b155a5e028545f7decc?ds=inline;hp=d070e3a31bf94de1ef503b155a5e028545f7decc Name hash fixups: export (and rename) remove_hash_entry This makes the name hash removal function (which really just sets the bit that disables lookups of it) available to external routines, and makes read_cache_unmerged() use it when it drops an unmerged entry from the index. It's renamed to remove_index_entry(), and we drop the (unused) 'istate' argument. Signed-off-by: Linus Torvalds Signed-off-by: Junio C Hamano ---