string-list: add string_list_remove function
commit3a30033327337323e91dcbcb87396d3245260585
authorBrandon Williams <bmwill@google.com>
Wed, 19 Apr 2017 23:13:21 +0000 (19 16:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Apr 2017 00:55:32 +0000 (20 17:55 -0700)
treee008f3df89e78774ab9810a3e18fe6b472049616
parente3a434468fecca7c14a6bef32050dfa60534fde6
string-list: add string_list_remove function

Teach string-list to be able to remove a string from a sorted
'struct string_list'.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
string-list.c
string-list.h