sequencer: convert to struct object_id
commit092bbcdf3b10a73cc24bdf3ba3cc6782a5b0245f
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 13 Jul 2017 23:49:22 +0000 (13 23:49 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jul 2017 20:54:38 +0000 (17 13:54 -0700)
treecc38fd1018230e5b1a5304a6b527c5d73f820002
parentb8566f8ff9773c1a3a7f47e9b205cd08b2ad6747
sequencer: convert to struct object_id

Convert the remaining instances of unsigned char * to struct object_id.
This removes several calls to get_sha1.

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