tree-walk: convert get_tree_entry_follow_symlinks internals to object_id
commit0d4a8b5b6ce4db0846b3545a753f0e698db3eda9
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 12 Mar 2018 02:27:49 +0000 (12 02:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 16:23:50 +0000 (14 09:23 -0700)
treee6979cb6fa14d88673272567534f104e73fdfec4
parente8adba25ff74f2cb95f480a86063190c0fb57ec2
tree-walk: convert get_tree_entry_follow_symlinks internals to object_id

Convert the internals of this function to use struct object_id.  This is
one of the last remaining callers of read_sha1_file_extended that has
not been converted yet.

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