string-list: add string_list initializer helper function
commit3ed3f5fe85ac3fa7f94ccaab59408a20db8c7a41
authorTanay Abhra <tanayabh@gmail.com>
Fri, 18 Jul 2014 09:18:59 +0000 (18 02:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 17:23:36 +0000 (21 10:23 -0700)
treeecab0307ea115e8c0379e706a63e9b011127a694
parent3d15f536a7f5215eddae20214fb8eaeeb6baaf27
string-list: add string_list initializer helper function

The string-list API has STRING_LIST_INIT_* macros to be used
to define variables with initializers, but lacks functions
to initialize an uninitialized piece of memory to be used as
a string-list at the run-time.
Introduce `string_list_init()` function for that.

Signed-off-by: Tanay Abhra <tanayabh@gmail.com>
Reviewed-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-string-list.txt
string-list.c
string-list.h