Re: [PATCH 10/23] expire_reflog(): add a flags argument

2014-12-08 Thread Stefan Beller
On Fri, Dec 05, 2014 at 12:08:22AM +0100, Michael Haggerty wrote: We want to separate the options relevant to the expiry machinery from the options affecting the expiration policy. So add a flags argument to expire_reflog() to hold the former. The argument doesn't yet do anything.

[PATCH 10/23] expire_reflog(): add a flags argument

2014-12-04 Thread Michael Haggerty
We want to separate the options relevant to the expiry machinery from the options affecting the expiration policy. So add a flags argument to expire_reflog() to hold the former. The argument doesn't yet do anything. Signed-off-by: Michael Haggerty mhag...@alum.mit.edu --- builtin/reflog.c | 11