Re: [PATCH 18/23] Move newlog and last_kept_sha1 to "struct expire_reflog_cb"

2014-12-08 Thread Stefan Beller
On Fri, Dec 05, 2014 at 12:08:30AM +0100, Michael Haggerty wrote: > These members are not needed by the policy functions. > > Signed-off-by: Michael Haggerty Reviewed-by: Stefan Beller > --- > builtin/reflog.c | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-) > >

[PATCH 18/23] Move newlog and last_kept_sha1 to "struct expire_reflog_cb"

2014-12-04 Thread Michael Haggerty
These members are not needed by the policy functions. Signed-off-by: Michael Haggerty --- builtin/reflog.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/builtin/reflog.c b/builtin/reflog.c index 6294406..01b76d0 100644 --- a/builtin/reflog.c +++ b/bui