Re: [PATCH v2 53/53] object: convert parse_object* to take struct object_id
From: Jonathan Tan <hidden>
Date: 2017-05-01 23:44:28
From: Jonathan Tan <hidden>
Date: 2017-05-01 23:44:28
On 04/30/2017 07:29 PM, brian m. carlson 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've finished my review of the 53 patches and it all looks fine to me.