From: Michael Haggerty Date: Fri, 12 Dec 2014 08:56:59 +0000 (+0100) Subject: reflog_expire(): new function in the reference API X-Git-Tag: v2.4.0-rc0~133^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fa5b1830b0605b39295631f6e167ddb133f2dbde?hp=fa5b1830b0605b39295631f6e167ddb133f2dbde reflog_expire(): new function in the reference API Move expire_reflog() into refs.c and rename it to reflog_expire(). Turn the three policy functions into function pointers that are passed into reflog_expire(). Add function prototypes and documentation to refs.h. [jc: squashed in $gmane/261582, drop "extern" in function definition] Signed-off-by: Michael Haggerty Reviewed-by: Stefan Beller Tweaked-by: Ramsay Jones Signed-off-by: Junio C Hamano ---