Re: [PATCH] bisect: use oid_to_hex() for converting object_id hashes to hex strings

2018-03-25 Thread Junio C Hamano
"brian m. carlson" writes: > On Sun, Mar 25, 2018 at 12:57:36PM +0200, René Scharfe wrote: >> Patch generated with Coccinelle and contrib/coccinelle/object_id.cocci. >> >> Signed-off-by: Rene Scharfe >> --- >> This is a belated follow-up to

Re: [PATCH] bisect: use oid_to_hex() for converting object_id hashes to hex strings

2018-03-25 Thread brian m. carlson
On Sun, Mar 25, 2018 at 12:57:36PM +0200, René Scharfe wrote: > Patch generated with Coccinelle and contrib/coccinelle/object_id.cocci. > > Signed-off-by: Rene Scharfe > --- > This is a belated follow-up to f0a6068a9f (bisect: debug: convert struct > object to object_id). This

[PATCH] bisect: use oid_to_hex() for converting object_id hashes to hex strings

2018-03-25 Thread René Scharfe
Patch generated with Coccinelle and contrib/coccinelle/object_id.cocci. Signed-off-by: Rene Scharfe --- This is a belated follow-up to f0a6068a9f (bisect: debug: convert struct object to object_id). bisect.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git