Re: [PATCH 3/4] Add a new function, string_list_remove_duplicates()

2012-09-10 Thread Michael Haggerty
On 09/09/2012 11:45 AM, Junio C Hamano wrote: > Michael Haggerty writes: > >> Signed-off-by: Michael Haggerty >> --- >> Documentation/technical/api-string-list.txt | 4 >> string-list.c | 17 + >> string-list.h |

Re: [PATCH 3/4] Add a new function, string_list_remove_duplicates()

2012-09-09 Thread Junio C Hamano
Michael Haggerty writes: > Signed-off-by: Michael Haggerty > --- > Documentation/technical/api-string-list.txt | 4 > string-list.c | 17 + > string-list.h | 5 + > 3 files changed, 26 insertions(+) > > diff

[PATCH 3/4] Add a new function, string_list_remove_duplicates()

2012-09-08 Thread Michael Haggerty
Signed-off-by: Michael Haggerty --- Documentation/technical/api-string-list.txt | 4 string-list.c | 17 + string-list.h | 5 + 3 files changed, 26 insertions(+) diff --git a/Documentation/technical/api-strin