sequencer: convert to struct object_id
authorbrian m. carlson <redacted>
Thu, 13 Jul 2017 23:49:22 +0000 (23:49 +0000)
committerJunio C Hamano <redacted>
Mon, 17 Jul 2017 20:54:38 +0000 (13:54 -0700)
commit092bbcdf3b10a73cc24bdf3ba3cc6782a5b0245f
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
sequencer.c
git clone https://git.99rst.org/PROJECT