bisect: automatically sort sha1_array if needed when looking it up
commit1da8c4fc2c85ed99e23d640bddedd8119150a1b8
authorChristian Couder <chriscool@tuxfamily.org>
Sat, 9 May 2009 15:55:44 +0000 (9 17:55 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 May 2009 21:30:30 +0000 (10 14:30 -0700)
treeb0d86256c4f4868cf8da827e622fe00f9de3c639
parentaaaff9e2d29a68c23a416bcc5f3f382504770bf8
bisect: automatically sort sha1_array if needed when looking it up

This makes sha1_array easier to use, so later patches will be simpler.

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