bisect: use "sha1_array" to store skipped revisions
commit6212b1aae9dcc0de1dca1553298c6668579dd184
authorChristian Couder <chriscool@tuxfamily.org>
Sat, 9 May 2009 15:55:38 +0000 (9 17:55 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 May 2009 21:30:16 +0000 (10 14:30 -0700)
treed03e79f99c44b9a5451ea364f363bed911701aec
parent47c9739e5e02484de618ca70a592ecd25c05fd1a
bisect: use "sha1_array" to store skipped revisions

This patch creates a "struct sha1_array" to store skipped revisions,
so that the same struct can be reused in a later patch for good
revisions.

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