Re: [PATCH 2/4] Add a new function, filter_string_list()

2012-09-10 Thread Michael Haggerty
On 09/09/2012 11:40 AM, Junio C Hamano wrote: Michael Haggerty mhag...@alum.mit.edu writes: Signed-off-by: Michael Haggerty mhag...@alum.mit.edu --- Documentation/technical/api-string-list.txt | 8 string-list.c | 17 + string-list.h

Re: [PATCH 2/4] Add a new function, filter_string_list()

2012-09-09 Thread Junio C Hamano
Michael Haggerty mhag...@alum.mit.edu writes: Signed-off-by: Michael Haggerty mhag...@alum.mit.edu --- Documentation/technical/api-string-list.txt | 8 string-list.c | 17 + string-list.h | 9 +

[PATCH 2/4] Add a new function, filter_string_list()

2012-09-08 Thread Michael Haggerty
Signed-off-by: Michael Haggerty mhag...@alum.mit.edu --- Documentation/technical/api-string-list.txt | 8 string-list.c | 17 + string-list.h | 9 + 3 files changed, 34 insertions(+) diff --git