From: brian m. carlson Date: Sun, 26 Mar 2017 16:01:30 +0000 (+0000) Subject: fsck: convert init_skiplist to struct object_id X-Git-Tag: v2.13.0-rc0~16^2~13 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/365c27fbffd9a1e08ac5f1e423c99ece6c27d22e?hp=365c27fbffd9a1e08ac5f1e423c99ece6c27d22e fsck: convert init_skiplist to struct object_id Convert a hardcoded constant buffer size to a use of GIT_MAX_HEXSZ, and use parse_oid_hex to reduce the dependency on the size of the hash. This function is a caller of sha1_array_append, which will be converted later. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano ---