sequencer: convert some functions to struct object_id
commit33d66df34ece4f597590263df502ff3578b6becd
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 6 May 2017 22:10:07 +0000 (6 22:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 May 2017 06:12:57 +0000 (8 15:12 +0900)
treecd3f5214fc9eebe5bd05c9221a7f5e5f1b0bb646
parente92b848cb6a77172d2fbd2bda39a32e371d40eea
sequencer: convert some functions to struct object_id

Convert update_squash_messages and is_index_unchanged to struct
object_id.  These are callers of lookup_commit and
lookup_commit_reference, which we want to convert.

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