]> git.ipfire.org Git - thirdparty/git.git/commit - bisect.c
bisect: use the new generic "sha1_pos" function to lookup sha1
authorChristian Couder <chriscool@tuxfamily.org>
Sat, 4 Apr 2009 20:59:36 +0000 (22:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Apr 2009 08:29:44 +0000 (01:29 -0700)
commit4eb5b64631d281f3789b052efac53f4c1ec2c1b6
tree3315b38b5dcaff863c4e97cb4220663e398ae1ec
parent951886481668b97485640a1b24fc73fccff0d629
bisect: use the new generic "sha1_pos" function to lookup sha1

instead of the specific one that was simpler but less efficient.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c