]> git.ipfire.org Git - thirdparty/git.git/commit - sha1-array.c
bisect: refactor sha1_array into a generic sha1 list
authorJeff King <peff@peff.net>
Thu, 19 May 2011 21:34:33 +0000 (17:34 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 May 2011 03:02:10 +0000 (20:02 -0700)
commit902bb3645160cae72fe43b5f7f5289968ac01617
tree4e6d99ceee3eb20c0f6278211c00d040cd46ebd4
parent114a6a889f5d21c26800c395a97cdd400073a9e8
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>
Makefile
bisect.c
sha1-array.c [new file with mode: 0644]
sha1-array.h [new file with mode: 0644]