Re: [PATCH] builtin/clean.c: Use STRING_LIST_INIT_NODUP.

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Re: [PATCH] builtin/clean.c: Use STRING_LIST_INIT_NODUP.

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:49:30

Good eyes.  Is this the last spelled-out initialization (I didn't check
deeper than running a quick grep for "struct string_list .*= *{")?

Thanks.

Re: [PATCH] builtin/clean.c: Use STRING_LIST_INIT_NODUP.

From: Thiago Farina <hidden>
Date: 2016-06-15 22:49:30

On Mon, Sep 6, 2010 at 8:56 PM, Junio C Hamano [off-list ref] wrote:
Good eyes.  Is this the last spelled-out initialization (I didn't check
deeper than running a quick grep for "struct string_list .*= *{")?
Yup! This is the last. :)

I checked firstly with:
$ git grep -e 'struct string_list [^ ]* = {.*'

And then with yours:
$ git grep -e "struct string_list .*= *{"
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help