Re: [PATCH 09/23] expire_reflog(): extract two policy-related functions

2014-12-05 Thread Stefan Beller
On Fri, Dec 05, 2014 at 12:08:21AM +0100, Michael Haggerty wrote: Extract two functions, reflog_expiry_prepare() and reflog_expiry_cleanup(), from expire_reflog(). This is a further step towards separating the code for deciding on expiration policy from the code that manages the physical

[PATCH 09/23] expire_reflog(): extract two policy-related functions

2014-12-04 Thread Michael Haggerty
Extract two functions, reflog_expiry_prepare() and reflog_expiry_cleanup(), from expire_reflog(). This is a further step towards separating the code for deciding on expiration policy from the code that manages the physical expiration. This change requires a couple of local variables from