log-tree: convert to struct object_id
commita92ea68fefe2b7ce61363da3f5e0ae09dd6edba4
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 6 May 2017 22:10:18 +0000 (6 22:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 May 2017 06:12:57 +0000 (8 15:12 +0900)
tree8a35dfbdfee1852618468458b5a6ef821c52ec25
parent740ee055c6178fc2dd43c5ccfbd367c4c64d6e0d
log-tree: convert to struct object_id

Convert the remaining functions to take pointers to struct object_id
instead of pointers to unsigned char, and update the internals of these
functions as well.  Among these functions is a caller of lookup_tag,
which we will convert shortly.

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