string_list: add a new function, string_list_remove_duplicates()
commit31d5451eed2677531c80177ff9dc8f5285f5a187
authorMichael Haggerty <mhagger@alum.mit.edu>
Wed, 12 Sep 2012 14:04:45 +0000 (12 16:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Sep 2012 18:43:25 +0000 (12 11:43 -0700)
treebd709b58ba3096867e2f6166f516773b67aad0e1
parenteb5f0c7a616531a024a582b72ca6d8775ff98d46
string_list: add a new function, string_list_remove_duplicates()

Add a function that deletes duplicate entries from a sorted
string_list.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-string-list.txt
string-list.c
string-list.h
t/t0063-string-list.sh
test-string-list.c