Re: [PATCH 2/2] Document the string_list structure

2017-09-21 Thread Brandon Williams
On 09/21, Han-Wen Nienhuys wrote: > Signed-off-by: Han-Wen Nienhuys > --- > string-list.h | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/string-list.h b/string-list.h > index 29bfb7ae4..08b534166 100644 > --- a/string-list.h > +++ b/string-list.h > @@ -8,6 +8,12 @@ struct string_

Re: [PATCH 2/2] Document the string_list structure

2017-09-21 Thread Jeff King
On Thu, Sep 21, 2017 at 02:43:38PM +0200, Han-Wen Nienhuys wrote: > Signed-off-by: Han-Wen Nienhuys > --- > string-list.h | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/string-list.h b/string-list.h > index 29bfb7ae4..08b534166 100644 > --- a/string-list.h > +++ b/string-list.h

[PATCH 2/2] Document the string_list structure

2017-09-21 Thread Han-Wen Nienhuys
Signed-off-by: Han-Wen Nienhuys --- string-list.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/string-list.h b/string-list.h index 29bfb7ae4..08b534166 100644 --- a/string-list.h +++ b/string-list.h @@ -8,6 +8,12 @@ struct string_list_item { typedef int (*compare_strings_fn)(const