bisect: implement the "check_merge_bases" function
commitc0537662806f4b3d3ba883d05a48fdf9120893f0
authorChristian Couder <chriscool@tuxfamily.org>
Sat, 9 May 2009 15:55:45 +0000 (9 17:55 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 May 2009 21:30:31 +0000 (10 14:30 -0700)
treeb2fd5eb6eb7280da2341b68286b9867c3f08a499
parent1da8c4fc2c85ed99e23d640bddedd8119150a1b8
bisect: implement the "check_merge_bases" function

And all functions needed to make it work.

This is a port from the shell function with the same name
"git-bisect.sh". This function is not used yet but it will be used
later.

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