From: Michael Haggerty Date: Fri, 12 Aug 2011 22:36:26 +0000 (+0200) Subject: Change the signature of read_packed_refs() X-Git-Tag: v1.7.8-rc0~108^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/db4dd93a4a3553c61b416db924520b55bfee5f7e?hp=db4dd93a4a3553c61b416db924520b55bfee5f7e Change the signature of read_packed_refs() Change it to return a (struct ref_list *) instead of writing into a cached_refs structure. (This removes the need to create a cached_refs structure in resolve_gitlink_packed_ref(), where it is otherwise unneeded.) Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano ---