commit | 902bb3645160cae72fe43b5f7f5289968ac01617 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Thu May 19 17:34:33 2011 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu May 19 20:02:10 2011 -0700 |
tree | 4e6d99ceee3eb20c0f6278211c00d040cd46ebd4 | |
parent | 114a6a889f5d21c26800c395a97cdd400073a9e8 [diff] |
bisect: refactor sha1_array into a generic sha1 list This is a generally useful abstraction, so let's let others make use of it. The refactoring is more or less a straight copy; however, functions and struct members have had their names changed to match string_list, which is the most similar data structure. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>