Re: [PATCH 28/53] Convert remaining callers of lookup_blob to object_id

2017-04-24 Thread Stefan Beller
On Sun, Apr 23, 2017 at 2:34 PM, brian m. carlson wrote: > All but a few callers of lookup_blob have been converted to struct > object_id. Introduce a temporary, which will be removed later, into > parse_object to ease the transition, and convert the remaining callers > so that we can update look

[PATCH 28/53] Convert remaining callers of lookup_blob to object_id

2017-04-23 Thread brian m. carlson
All but a few callers of lookup_blob have been converted to struct object_id. Introduce a temporary, which will be removed later, into parse_object to ease the transition, and convert the remaining callers so that we can update lookup_blob to take struct object_id *. Signed-off-by: brian m. carls