From: brian m. carlson Date: Mon, 5 Sep 2016 20:08:07 +0000 (+0000) Subject: sha1_name: convert get_sha1_mb to struct object_id X-Git-Tag: v2.11.0-rc0~142^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/151b2911c1279f3ea4b5bcc069a04348aeb9d811?ds=inline;hp=151b2911c1279f3ea4b5bcc069a04348aeb9d811 sha1_name: convert get_sha1_mb to struct object_id All of the callers of this function use struct object_id, so rename it to get_oid_mb and make it take struct object_id instead of unsigned char *. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano ---