reflog_expire: convert to struct object_id
commit4322478a496a5b729a77792584e427d9e7132386
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 6 May 2017 22:10:00 +0000 (6 22:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 May 2017 06:12:57 +0000 (8 15:12 +0900)
treef8ebe31e85015b7aa2f7e819fdde26b626a14481
parent9e31eafe7e98bab5013e598037e5581739fd4f42
reflog_expire: convert to struct object_id

Adjust the callback functions to take struct object_id * instead of
unsigned char *, and modify related static functions accordingly.

Introduce a temporary object_id instance into files_reflog_expire and
copy the SHA-1 value passed in.  This is necessary because the sha1
parameter can come indirectly from get_sha1.  Without the temporary, it
would require much more refactoring to be able to convert this function.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/reflog.c
refs.h
refs/files-backend.c