Re: [PATCH 13/23] Rename expire_reflog_cb to expire_reflog_policy_cb

2014-12-08 Thread Stefan Beller
On Fri, Dec 05, 2014 at 12:08:25AM +0100, Michael Haggerty wrote: > This is the first step towards separating the data needed by the > policy code from the data needed by the reflog expiration machinery. > > Signed-off-by: Michael Haggerty Reviewed-by: > --- > builtin/reflog.c | 19 ++-

[PATCH 13/23] Rename expire_reflog_cb to expire_reflog_policy_cb

2014-12-04 Thread Michael Haggerty
This is the first step towards separating the data needed by the policy code from the data needed by the reflog expiration machinery. Signed-off-by: Michael Haggerty --- builtin/reflog.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/builtin/reflog.c b/b