Move newlog and last_kept_sha1 to "struct expire_reflog_cb"
commit82a645a73f07b19c0d70861929ebd6178e80e3e9
authorMichael Haggerty <mhagger@alum.mit.edu>
Fri, 12 Dec 2014 08:56:57 +0000 (12 09:56 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Dec 2014 19:43:50 +0000 (12 11:43 -0800)
tree5c571c945e66d2f0470ff71b7fbace3830a6ed1c
parent553daf13ea25735ad60fa15c74c2bd266ab8e215
Move newlog and last_kept_sha1 to "struct expire_reflog_cb"

These members are not needed by the policy functions.

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