author | Stephen Boyd <bebarino@gmail.com> | |
Wed, 24 Mar 2010 07:16:02 +0000 (00:16 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 25 Mar 2010 02:41:19 +0000 (19:41 -0700) | ||
commit | e242148012196772e3fe2652d538fb923b91ca92 | |
tree | 076db390dad5ad0e11c705debb811df32a82683c | tree | snapshot |
parent | 15cb500786c3bc618dafa3c6bc9535236e7bfdcd | commit | diff |
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>
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 | diff | blob | history | |
string-list.c | diff | blob | history | |
string-list.h | diff | blob | history |