bisect: use oid_to_hex() for converting object_id hashes to hex strings
commit14ced5562c59f308bf421ae00e6567ad11169692
authorRené Scharfe <l.s.r@web.de>
Sun, 25 Mar 2018 10:57:36 +0000 (25 12:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 25 Mar 2018 16:48:05 +0000 (25 09:48 -0700)
tree7930cfb7f79042c995df4a6c0bb2316827d1096a
parentf0a6068a9f3377a209c43282831e338d10aaf152
bisect: use oid_to_hex() for converting object_id hashes to hex strings

Patch generated with Coccinelle and contrib/coccinelle/object_id.cocci.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Reviewed-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c