Merge branch 'ta/string-list-init'

* ta/string-list-init:
  replace memset with string-list initializers
  string-list: add string_list initializer helper function
This commit is contained in:
Junio C Hamano
2014-07-23 11:35:54 -07:00
7 changed files with 19 additions and 15 deletions

View File

@ -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