From: brian m. carlson Date: Sat, 6 May 2017 22:10:07 +0000 (+0000) Subject: sequencer: convert some functions to struct object_id X-Git-Tag: v2.14.0-rc0~166^2~31 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/33d66df34ece4f597590263df502ff3578b6becd?hp=33d66df34ece4f597590263df502ff3578b6becd 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 Signed-off-by: Junio C Hamano ---