bisect: rework some rev related functions to make them more reusable
commita22347c6c866c94e9e941b1b39d57ea43218af96
authorChristian Couder <chriscool@tuxfamily.org>
Sun, 17 May 2009 15:36:44 +0000 (17 17:36 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 May 2009 06:17:35 +0000 (17 23:17 -0700)
treea6870b7a855981cace54e6816d107c74fbd48cca
parent0871984d304c9201b85897743eae583cd165106d
bisect: rework some rev related functions to make them more reusable

This patches changes the "bisect_rev_setup" and "bisect_common"
functions to make it easier to reuse them in a later patch.

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