]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rev-list.c
pack-bitmap: convert traverse_bitmap_commit_list to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 15 Oct 2017 22:07:00 +0000 (22:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Oct 2017 02:05:51 +0000 (11:05 +0900)
commit206649672e9cae1af7f1e23ea6648b39d73b71a4
tree609f00a212363c2cb5b2bfb291aae4929a58a88c
parent334dc52f49ee3e56a32142d3500fe93ef79aac67
pack-bitmap: convert traverse_bitmap_commit_list to object_id

Convert traverse_bitmap_commit_list and the callbacks it takes to use a
pointer to struct object_id.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c
builtin/rev-list.c
pack-bitmap.c
pack-bitmap.h