From: brian m. carlson Date: Sun, 15 Oct 2017 22:07:11 +0000 (+0000) Subject: refs: convert read_raw_ref backends to struct object_id X-Git-Tag: v2.16.0-rc0~163^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/99afe91a6c3a37b7bb32c824f19b1b51712fe6f3?ds=inline;hp=99afe91a6c3a37b7bb32c824f19b1b51712fe6f3 refs: convert read_raw_ref backends to struct object_id Convert the unsigned char * parameter to struct object_id * for files_read_raw_ref and packed_read_raw_ref. Update the documentation. Switch from using get_sha1_hex and a hard-coded 40 to using parse_oid_hex. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano ---