Re: [PATCH v2 11/19] builtin/replace: convert to struct object_id
From: Michael Haggerty <hidden> Date: 2017-02-17 08:45:18
On 02/14/2017 03:31 AM, brian m. carlson wrote:
Convert various uses of unsigned char [20] to struct object_id. Rename
replace_object_sha1 to rename_object_oid. Finally, specify a constant
in terms of GIT_SHA1_HEXSZ.
The new name is not rename_object_oid but rather replace_object_oid.