Re: [PATCH 53/53] object: convert parse_object* to take struct object_id
From: Stefan Beller <hidden>
Date: 2017-04-27 21:46:13
From: Stefan Beller <hidden>
Date: 2017-04-27 21:46:13
On Sun, Apr 23, 2017 at 2:34 PM, brian m. carlson [off-list ref] wrote:
Make parse_object, parse_object_or_die, and parse_object_buffer take a pointer to struct object_id. Remove the temporary variables inserted earlier, since they are no longer necessary. Transform all of the callers using the following semantic patch:
I have finally reviewed the rest of the series and did not spot any other things to raise. Thanks, Stefan