Pass a (ref_cache *) to the resolve_gitlink_*() helper functions
commitb0626608ea80e636faaa030a35200d8e47be5564
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 12 Dec 2011 05:38:19 +0000 (12 06:38 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Dec 2011 17:08:53 +0000 (12 09:08 -0800)
tree15f74ff7df5b4ede2c40bc82687b5c6811852bfa
parent7f820bd92008a366f391e243fbd51e076d75e3a6
Pass a (ref_cache *) to the resolve_gitlink_*() helper functions

And remove some redundant arguments from resolve_gitlink_packed_ref().

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c