rev-list --bisect: Move finding bisection into do_find_bisection.
commitce0cbad7727457854d631a6314d9aee7c837cb65
authorChristian Couder <chriscool@tuxfamily.org>
Mon, 17 Sep 2007 03:28:20 +0000 (17 05:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Sep 2007 09:58:13 +0000 (18 02:58 -0700)
tree1700bc7963fffe7eff00a73bd9dea707b6acb07b
parent9346b4e1ad2d03541f18b38f7e9fb7ad0ca6434e
rev-list --bisect: Move finding bisection into do_find_bisection.

This factorises some code and make a big function smaller.

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