commit | aaaff9e2d29a68c23a416bcc5f3f382504770bf8 | [log] [tgz] |
---|---|---|
author | Christian Couder <chriscool@tuxfamily.org> | Sat May 09 17:55:43 2009 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sun May 10 14:30:29 2009 -0700 |
tree | 93ddcd5462b84eb0cccf3102dfb32a2e09c77747 | |
parent | 2b020695e4db8dbaee7997090aec08760903291b [diff] |
bisect: make skipped array functions more generic So they can be used on the good array too. This is done by renaming many functions and some variables to remove "skip" in the name, and by adding a "struct sha1_array *array" argument where needed. While at it, make the second argument to "lookup_sha1_array" const. It becomes "const unsigned char *sha1". Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>