string-list: add unsorted_string_list_lookup()
commite242148012196772e3fe2652d538fb923b91ca92
authorStephen Boyd <bebarino@gmail.com>
Wed, 24 Mar 2010 07:16:02 +0000 (24 00:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Mar 2010 02:41:19 +0000 (24 19:41 -0700)
tree076db390dad5ad0e11c705debb811df32a82683c
parent15cb500786c3bc618dafa3c6bc9535236e7bfdcd
string-list: add unsorted_string_list_lookup()

Sometimes users need to lookup a string in an unsorted string_list. In
that case they should use this function instead of the version for
sorted strings.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-string-list.txt
string-list.c
string-list.h