Commit 9ffa33a1a39cdee6d1a86fedb797cd30e69529a4

Edward Thomson 2022-01-22T08:48:43

oid: introduce `git_oid_raw_cpy` Now that oids are type-aware, they use their type to understand how many bytes to copy. Some callers may need to copy the raw bytes of the object id. This is equivalent to a memcpy that is a little more semantic.