| Commit message (Expand) | Author | Age |
* | string-list: add string_list_remove function | Brandon Williams | 2017-04-20 |
* | Merge branch 'sb/string-list' | Junio C Hamano | 2014-12-22 |
|\ |
|
| * | string_list: remove string_list_insert_at_index() from its API | Stefan Beller | 2014-12-04 |
| * | string_list: document string_list_(insert,lookup) | Stefan Beller | 2014-11-24 |
* | | sort_string_list(): rename to string_list_sort() | Michael Haggerty | 2014-11-25 |
|/ |
|
* | string-list: add string_list initializer helper function | Tanay Abhra | 2014-07-21 |
* | string-list: spell all values out that are given to a string_list initializer | Tanay Abhra | 2014-06-06 |
* | Merge branch 'ap/log-mailmap' | Junio C Hamano | 2013-01-20 |
|\ |
|
| * | string-list: allow case-insensitive string list | Junio C Hamano | 2013-01-07 |
* | | Merge branch 'mh/ceiling' | Junio C Hamano | 2013-01-02 |
|\ \
| |/
|/| |
|
| * | string_list_longest_prefix(): remove function | Michael Haggerty | 2012-10-29 |
* | | string_list: add a function string_list_remove_empty_items() | Michael Haggerty | 2012-11-08 |
|/ |
|
* | string_list: add a function string_list_longest_prefix() | Michael Haggerty | 2012-09-12 |
* | string_list: add a new function, string_list_remove_duplicates() | Michael Haggerty | 2012-09-12 |
* | string_list: add a new function, filter_string_list() | Michael Haggerty | 2012-09-12 |
* | string_list: add two new functions for splitting strings | Michael Haggerty | 2012-09-12 |
* | string_list: add function string_list_append_nodup() | Michael Haggerty | 2012-09-12 |
* | string-list: Add API to remove an item from an unsorted list | Johannes Sixt | 2011-08-14 |
* | standardize brace placement in struct definitions | Jonathan Nieder | 2011-03-16 |
* | string_list: Add STRING_LIST_INIT macro and make use of it. | Thiago Farina | 2010-07-05 |
* | Add a for_each_string_list_item macro | Alex Riesen | 2010-07-05 |
* | string_list: Fix argument order for string_list_append | Julian Phillips | 2010-06-27 |
* | string_list: Fix argument order for string_list_lookup | Julian Phillips | 2010-06-27 |
* | string_list: Fix argument order for string_list_insert_at_index | Julian Phillips | 2010-06-27 |
* | string_list: Fix argument order for string_list_insert | Julian Phillips | 2010-06-27 |
* | string_list: Fix argument order for for_each_string_list | Julian Phillips | 2010-06-27 |
* | string_list: Fix argument order for print_string_list | Julian Phillips | 2010-06-27 |
* | string-list: add unsorted_string_list_lookup() | Stephen Boyd | 2010-03-24 |
* | string-list: rename the include guard to STRING_LIST_H | Thiago Farina | 2010-01-09 |
* | string-list: new for_each_string_list() function | Jay Soffian | 2009-02-27 |
* | Add find_insert_index, insert_at_index and clear_func functions to string_list | Marius Storm-Olsen | 2009-02-08 |
* | Rename path_list to string_list | Johannes Schindelin | 2008-07-21 |