"brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx> writes: > This is another series in the continuing conversion to struct object_id. > > This series converts more of the builtin directory and some of the refs > code to use struct object_id. Additionally, it implements an > nth_packed_object_oid function which provides a struct object_id version > of the nth_packed_object function, and a parse_oid_hex function that > makes parsing easier. > > The patch to use parse_oid_hex in the refs code has been split out into > its own patch, just because I'm wary of that code and potentially > breaking things, and I want it to be easy to revert in case things go > wrong. I have no reason to believe it is anything other than fully > functional, however. Thanks. Will queue. There are a few hunks in builtin/merge.c that ends up getting discarded when merged to 'pu' as is-old-style-invocation will just be removed, but the conflict resolution was trivial.