From: Michael Haggerty Date: Mon, 17 Oct 2011 02:38:05 +0000 (+0200) Subject: invalidate_ref_cache(): rename function from invalidate_cached_refs() X-Git-Tag: v1.7.8-rc0~20^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/79c7ca54e1ae3f8c42baa6f792fd84d6cdab1af3?ds=inline;hp=79c7ca54e1ae3f8c42baa6f792fd84d6cdab1af3 invalidate_ref_cache(): rename function from invalidate_cached_refs() It is the cache that is being invalidated, not the references, and the new name makes this unambiguous. Rename other items analogously: * struct cached_refs -> struct ref_cache * cached_refs (the variable) -> ref_cache * clear_cached_refs() -> clear_ref_cache() * create_cached_refs() -> create_ref_cache() * get_cached_refs() -> get_ref_cache() Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano ---