Re: [PATCH 28/53] Convert remaining callers of lookup_blob to object_id
From: Stefan Beller <hidden>
Date: 2017-04-24 23:06:00
From: Stefan Beller <hidden>
Date: 2017-04-24 23:06:00
On Sun, Apr 23, 2017 at 2:34 PM, brian m. carlson [off-list ref] 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 lookup_blob to take struct object_id *. Signed-off-by: brian m. carlson <redacted>
Reviewed up to here, looking good, Thanks, Stefan