commit | 6212b1aae9dcc0de1dca1553298c6668579dd184 | [log] [tgz] |
---|---|---|
author | Christian Couder <chriscool@tuxfamily.org> | Sat May 09 17:55:38 2009 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sun May 10 14:30:16 2009 -0700 |
tree | d03e79f99c44b9a5451ea364f363bed911701aec | |
parent | 47c9739e5e02484de618ca70a592ecd25c05fd1a [diff] |
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>