Re: [PATCH v2 12/24] pack-bitmap: convert traverse_bitmap_commit_list to object_id

2017-10-09 Thread Jonathan Nieder
brian m. carlson wrote: > Convert traverse_bitmap_commit_list and the callbacks it takes to use a > pointer to struct object_id. > > Signed-off-by: brian m. carlson > --- > builtin/pack-objects.c | 8 > builtin/rev-list.c | 4 ++-- > pack-bitmap.c | 8 > pack-bitma

[PATCH v2 12/24] pack-bitmap: convert traverse_bitmap_commit_list to object_id

2017-10-08 Thread brian m. carlson
Convert traverse_bitmap_commit_list and the callbacks it takes to use a pointer to struct object_id. Signed-off-by: brian m. carlson --- builtin/pack-objects.c | 8 builtin/rev-list.c | 4 ++-- pack-bitmap.c | 8 pack-bitmap.h | 2 +- 4 files changed, 11 i