commit | ddd64c566d0b9d110ec51e269b8ce8630fa36348 | [log] [tgz] |
---|---|---|
author | Michael Haggerty <mhagger@alum.mit.edu> | Fri Dec 12 09:56:53 2014 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Dec 12 11:43:49 2014 -0800 |
tree | 81647375c75e123a01394b64aa281d6e693ca92a | |
parent | ea7b4f6d3368654b1bd751193eaad4eca71991e4 [diff] |
struct expire_reflog_cb: a new callback data type Add a new data type, "struct expire_reflog_cb", for holding the data that expire_reflog() passes to expire_reflog_ent() via for_each_reflog_ent(). For now it only holds a pointer to a "struct expire_reflog_policy_cb", which still contains all of the actual data. In future commits we will move some fields from the latter to the former. 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>