builtin/read-tree: convert to struct object_id
commit4939e2c435529095059faa72a4004a4849fb8682
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 6 May 2017 22:10:30 +0000 (6 22:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 May 2017 06:12:58 +0000 (8 15:12 +0900)
tree200ecde5f54a3b327c8d05783c072860eac04552
parentde37d50d76f4cfac2876af8a8ceff0f65b5f27b0
builtin/read-tree: convert to struct object_id

This is a caller of parse_tree_indirect, which must be converted in
order to convert parse_object.

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