From: Michael Haggerty Date: Thu, 15 Sep 2011 21:10:35 +0000 (+0200) Subject: resolve_ref(): extract a function get_packed_ref() X-Git-Tag: v1.7.8-rc0~107^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c224ca7f66bf88bf933d05ecbc163b5bbb152098?ds=inline;hp=c224ca7f66bf88bf933d05ecbc163b5bbb152098 resolve_ref(): extract a function get_packed_ref() Making it a function and giving it a name makes the code clearer. I also have a strong suspicion that the function will find other uses in the future. Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano ---