From: brian m. carlson Date: Sun, 26 Mar 2017 16:01:36 +0000 (+0000) Subject: builtin/pull: convert to struct object_id X-Git-Tag: v2.13.0-rc0~16^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f9b11147e00f066d24d9eaf9783beaa173fdd5e0?hp=f9b11147e00f066d24d9eaf9783beaa173fdd5e0 builtin/pull: convert to struct object_id Convert virtually all uses of unsigned char [20] to struct object_id. Leave all the arguments that come from struct sha1_array, as these will be converted in a later patch. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano ---