From: Junio C Hamano Date: Mon, 24 Apr 2017 05:07:47 +0000 (-0700) Subject: Merge branch 'jh/string-list-micro-optim' X-Git-Tag: v2.13.0-rc1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b6bba66633cf16807ae962e0b1126af164f0e78;p=thirdparty%2Fgit.git 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 --- 8b6bba66633cf16807ae962e0b1126af164f0e78