author | Jeff King <peff@peff.net> | |
Thu, 19 May 2011 21:34:33 +0000 (17:34 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 20 May 2011 03:02:10 +0000 (20:02 -0700) | ||
commit | 902bb3645160cae72fe43b5f7f5289968ac01617 | |
tree | 4e6d99ceee3eb20c0f6278211c00d040cd46ebd4 | tree | snapshot |
parent | 114a6a889f5d21c26800c395a97cdd400073a9e8 | commit | 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>
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 | diff | blob | history | |
bisect.c | diff | blob | history | |
sha1-array.c | [new file with mode: 0644] | blob |
sha1-array.h | [new file with mode: 0644] | blob |