bisect: debug: convert struct object to object_id
commitf0a6068a9f3377a209c43282831e338d10aaf152
authorYasushi SHOJI <yasushi.shoji@gmail.com>
Tue, 9 Jan 2018 11:03:56 +0000 (9 20:03 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jan 2018 18:55:32 +0000 (9 10:55 -0800)
treeb0e4296c302354bd7a32339d42c5545d1ec41e25
parent9752ad0bb79f680bca48db7adc45338b298304b0
bisect: debug: convert struct object to object_id

The commit f2fd0760 ("Convert struct object to object_id",
2015-11-10) converted struct object to object_id but forgot to
adjust a few callers in a debug function show_list(), which is
ifdef'ed to noop, in bisect.c.

Signed-off-by: Yasushi SHOJI <Yasushi.SHOJI@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c