builtin/fast-export: convert to struct object_id
commit273f8ee8c0974545b9f70f49295ad8ad49ab06cd
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 21 Feb 2017 23:47:23 +0000 (21 23:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Feb 2017 18:12:15 +0000 (22 10:12 -0800)
treec68513b8a3f4ec1b7c6f6294a5bc20bb02198adb
parent6439b5d941d9a04f59a0bbc1ff90a258ae07a2e9
builtin/fast-export: convert to struct object_id

In addition to converting to struct object_id, write some hardcoded
buffer sizes in terms of GIT_SHA1_RAWSZ.

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