builtin/apply: convert static functions to struct object_id
commiteb1c9c7328f203d84f5f67e6ac7f3991c4bc189d
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 5 Sep 2016 20:07:53 +0000 (5 20:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2016 19:59:42 +0000 (7 12:59 -0700)
treedf4390cdd809e0ea1f82ce235ac914242227c150
parent99d1a9861ae88595e7386c453b6b38573a8a570c
builtin/apply: convert static functions to struct object_id

There were several static functions using unsigned char arrays for SHA-1
values.  Convert them to use struct object_id.

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