]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
refs: convert each_reflog_ent_fn to struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 21 Feb 2017 23:47:32 +0000 (23:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Feb 2017 18:12:15 +0000 (10:12 -0800)
commit9461d27240c158cf781ce706a077663050179b14
treeb7cd7ab70db3881689f8afb068c3a4a25f4f5784
parent8ebc3fd01bcedcb9a442da1114f37d1a4b8869a0
refs: convert each_reflog_ent_fn to struct object_id

Make each_reflog_ent_fn take two struct object_id pointers instead of
two pointers to unsigned char.  Convert the various callbacks to use
struct object_id as well.  Also, rename fsck_handle_reflog_sha1 to
fsck_handle_reflog_oid.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fsck.c
builtin/merge-base.c
builtin/reflog.c
reflog-walk.c
refs.c
refs.h
refs/files-backend.c
revision.c
sha1_name.c
wt-status.c