"brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx> writes: > On Wed, Mar 08, 2017 at 03:47:20PM -0800, Junio C Hamano wrote: >> * bc/object-id (2017-02-22) 19 commits >> - wt-status: convert to struct object_id >> - builtin/merge-base: convert to struct object_id >> - Convert object iteration callbacks to struct object_id >> - sha1_file: introduce an nth_packed_object_oid function >> - refs: simplify parsing of reflog entries >> - refs: convert each_reflog_ent_fn to struct object_id >> - reflog-walk: convert struct reflog_info to struct object_id >> - builtin/replace: convert to struct object_id >> - Convert remaining callers of resolve_refdup to object_id >> - builtin/merge: convert to struct object_id >> - builtin/clone: convert to struct object_id >> - builtin/branch: convert to struct object_id >> - builtin/grep: convert to struct object_id >> - builtin/fmt-merge-message: convert to struct object_id >> - builtin/fast-export: convert to struct object_id >> - builtin/describe: convert to struct object_id >> - builtin/diff-tree: convert to struct object_id >> - builtin/commit: convert to struct object_id >> - hex: introduce parse_oid_hex >> >> "uchar [40]" to "struct object_id" conversion continues. >> >> Now at v5. >> cf. <20170221234737.894681-1-sandals@xxxxxxxxxxxxxxxxxxxx> > > Were you expecting more work on this series? I believe I've addressed > all the review comments that were outstanding, but if I've missed > something, please let me know. I myself am not aware but I wasn't the one with most comments to this series, so we need help from others to reconfirm "Yeah, this one is now good to go". Thanks.