Merge branch 'jh/string-list-micro-optim'
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Apr 2017 05:07:47 +0000 (22:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Apr 2017 05:07:47 +0000 (22:07 -0700)
The string-list API used a custom reallocation strategy that was
very inefficient, instead of using the usual ALLOC_GROW() macro,
which has been fixed.

* jh/string-list-micro-optim:
string-list: use ALLOC_GROW macro when reallocing string_list

1  2 
string-list.c
diff --cc string-list.c
Simple merge