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 <sandals@xxxxxxxxxxxxxxxxxxxx> > --- > builtin/pack-objects.c | 8 ++++---- > builtin/rev-list.c | 4 ++-- > pack-bitmap.c | 8 ++++---- > pack-bitmap.h | 2 +- > 4 files changed, 11 insertions(+), 11 deletions(-) Reviewed-by: Jonathan Nieder <jrnieder@xxxxxxxxx>