From: Han-Wen Nienhuys <hanwen@xxxxxxxxxx> Signed-off-by: Han-Wen Nienhuys <hanwen@xxxxxxxxxx> --- refs/refs-internal.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/refs/refs-internal.h b/refs/refs-internal.h index 546a6b965dcc..a31c1f465beb 100644 --- a/refs/refs-internal.h +++ b/refs/refs-internal.h @@ -592,6 +592,10 @@ typedef int reflog_exists_fn(struct ref_store *ref_store, const char *refname); typedef int create_reflog_fn(struct ref_store *ref_store, const char *refname, int force_create, struct strbuf *err); typedef int delete_reflog_fn(struct ref_store *ref_store, const char *refname); + +/* + * `flags` accepts a bitmask of `expire_reflog_flags`. + */ typedef int reflog_expire_fn(struct ref_store *ref_store, const char *refname, const struct object_id *oid, unsigned int flags, -- gitgitgadget