aboutsummaryrefslogtreecommitdiff
path: root/t/unit-tests/u-string-list.c
AgeCommit message (Expand)Author
2026-01-29string-list: add string_list_sort_u() that mimics "sort -u"Amisha Chhajed
2026-01-29u-string-list: add unit tests for string-list methodsAmisha Chhajed
2025-08-02string-list: optionally omit empty string pieces in string_list_split*()Junio C Hamano
2025-08-02string-list: optionally trim string pieces split by string_list_split*()Junio C Hamano
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano
2025-07-07u-string-list: move "remove duplicates" test to "u-string-list.c"shejialuo
2025-07-07u-string-list: move "filter string" test to "u-string-list.c"shejialuo
2025-07-07u-string-list: move "test_split_in_place" to "u-string-list.c"shejialuo
2025-07-07u-string-list: move "test_split" into "u-string-list.c"shejialuo