expire_reflog(): pass flags through to expire_reflog_ent()
commit8c22dd325437337064108409ff2241a842561a4b
authorMichael Haggerty <mhagger@alum.mit.edu>
Fri, 12 Dec 2014 08:56:54 +0000 (12 09:56 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Dec 2014 19:43:49 +0000 (12 11:43 -0800)
treed94dc632779e8ae6916c7e896f8cf9e5ab5cc8b4
parentddd64c566d0b9d110ec51e269b8ce8630fa36348
expire_reflog(): pass flags through to expire_reflog_ent()

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 <mhagger@alum.mit.edu>
Reviewed-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/reflog.c