cache-tree: convert remnants to struct object_id
commit6dcb462530b1142a0fc1ad326dfd68ce1cde7387
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 12 Mar 2018 02:27:24 +0000 (12 02:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 16:23:47 +0000 (14 09:23 -0700)
treeae559a4fda6c71f41179ecd0d8b663e8b097e1ac
parentfc5cb99f675b2052f6d6bd3e2520379031b12267
cache-tree: convert remnants to struct object_id

Convert the remaining portions of cache-tree.c to use struct object_id.
Convert several instances of 20 to use the_hash_algo instead.

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