Re: [PATCH 15/23] expire_reflog(): pass flags through to expire_reflog_ent()

2014-12-08 Thread Stefan Beller
On Fri, Dec 05, 2014 at 12:08:27AM +0100, Michael Haggerty wrote: > Add a flags field to "struct expire_reflog_cb", and pass the flags > argument through to expire_reflog_ent(). In a moment we will start > using it to pass through flags that expire_reflog_ent() needs. > > Signed-off-by: Michael Ha

[PATCH 15/23] expire_reflog(): pass flags through to expire_reflog_ent()

2014-12-04 Thread Michael Haggerty
Add a flags field to "struct expire_reflog_cb", and pass the flags argument through to expire_reflog_ent(). In a moment we will start using it to pass through flags that expire_reflog_ent() needs. Signed-off-by: Michael Haggerty --- builtin/reflog.c | 2 ++ 1 file changed, 2 insertions(+) diff