summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorTanay Abhra <tanayabh@gmail.com>2014-07-18 09:18:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-07-21 17:23:36 (GMT)
commit3ed3f5fe85ac3fa7f94ccaab59408a20db8c7a41 (patch)
treeecab0307ea115e8c0379e706a63e9b011127a694 /Documentation
parent3d15f536a7f5215eddae20214fb8eaeeb6baaf27 (diff)
downloadgit-3ed3f5fe85ac3fa7f94ccaab59408a20db8c7a41.zip
git-3ed3f5fe85ac3fa7f94ccaab59408a20db8c7a41.tar.gz
git-3ed3f5fe85ac3fa7f94ccaab59408a20db8c7a41.tar.bz2
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/api-string-list.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/technical/api-string-list.txt b/Documentation/technical/api-string-list.txt
index f1add51..d51a657 100644
--- a/Documentation/technical/api-string-list.txt
+++ b/Documentation/technical/api-string-list.txt
@@ -68,6 +68,11 @@ Functions
* General ones (works with sorted and unsorted lists as well)
+`string_list_init`::
+
+ Initialize the members of the string_list, set `strdup_strings`
+ member according to the value of the second parameter.
+
`filter_string_list`::
Apply a function to each item in a list, retaining only the