[PATCH v2 08/24] Extract function should_expire_reflog_ent()

2014-12-12 Thread Michael Haggerty
Extract from expire_reflog_ent() a function that is solely responsible for deciding whether a reflog entry should be expired. By separating this business logic from the mechanics of actually expiring entries, we are working towards the goal of encapsulating reflog expiry within the refs API, with

Re: [PATCH v2 08/24] Extract function should_expire_reflog_ent()

2014-12-12 Thread Stefan Beller
On Fri, Dec 12, 2014 at 12:56 AM, Michael Haggerty mhag...@alum.mit.edu wrote: Extract from expire_reflog_ent() a function that is solely responsible for deciding whether a reflog entry should be expired. By separating this business logic from the mechanics of actually expiring entries, we are