Re: [PATCH] bisect: debug: convert struct object to object_id

2018-01-10 Thread brian m. carlson
On Tue, Jan 09, 2018 at 08:03:56PM +0900, Yasushi SHOJI wrote: > The commit f2fd0760f62e79609fef7bfd7ecebb002e8e4ced converted struct > object to object_id but a debug function show_list(), which is > ifdef'ed to noop, in bisect.c wasn't. > > So fix it. Thanks. This is obviously the right change

Re: [PATCH] bisect: debug: convert struct object to object_id

2018-01-09 Thread Junio C Hamano
Yasushi SHOJI writes: > The commit f2fd0760f62e79609fef7bfd7ecebb002e8e4ced converted struct > object to object_id but a debug function show_list(), which is > ifdef'ed to noop, in bisect.c wasn't. > > So fix it. > > Signed-off-by: Yasushi SHOJI > --- Thanks. That's quite an old breakage ;-)

[PATCH] bisect: debug: convert struct object to object_id

2018-01-09 Thread Yasushi SHOJI
The commit f2fd0760f62e79609fef7bfd7ecebb002e8e4ced converted struct object to object_id but a debug function show_list(), which is ifdef'ed to noop, in bisect.c wasn't. So fix it. Signed-off-by: Yasushi SHOJI --- bisect.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git