]> git.ipfire.org Git - thirdparty/git.git/commit - bisect.c
bisect: switch to using the_hash_algo
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 18 Aug 2019 20:04:15 +0000 (20:04 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Aug 2019 22:04:58 +0000 (15:04 -0700)
commit95518faac1828d077de09b4049c9c4a6602c8ae2
tree8c4b2a6b382d0ee46ce90a450e55f12d52f4f93c
parente84f3572bd9160f281629bb2a098b35ea87c10e1
bisect: switch to using the_hash_algo

Instead of using GIT_SHA1_HEXSZ, use the_hash_algo so that the code is
hash size independent.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c