builtin/merge-base: convert to struct object_id
commitd0ae910af44cc3e8998e4c521784ae84198d945a
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 21 Feb 2017 23:47:36 +0000 (21 23:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Feb 2017 18:12:16 +0000 (22 10:12 -0800)
tree79a2ece66fd704b0463f881a1438b17e4550816c
parent76c1d9a09624ae39fa9e3140f6581e672b9c040a
builtin/merge-base: convert to struct object_id

Convert the remaining uses of unsigned char [20] to struct object_id.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/merge-base.c