Merge branch 'jh/string-list-micro-optim'
commit8b6bba66633cf16807ae962e0b1126af164f0e78
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Apr 2017 05:07:47 +0000 (23 22:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Apr 2017 05:07:47 +0000 (23 22:07 -0700)
tree4723a0d3fa23ea218354c695e8ab8407503c3b9c
parenta2e2c046833be53e7599ee7fed5c45f16580ab37
parent950a234cbd781021d69fcfaa40ab6fd258b1d917
Merge branch 'jh/string-list-micro-optim'

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
string-list.c