diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-07-23 11:35:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-23 11:35:54 -0700 |
commit | 955d7be808b455cdf2eb60306a690958c3bb49ca (patch) | |
tree | 5dd47421f110812148213e64446361ac0656240a /Documentation/technical | |
parent | Merge branch 'mb/local-clone-after-applying-insteadof' (diff) | |
parent | replace memset with string-list initializers (diff) | |
download | tgif-955d7be808b455cdf2eb60306a690958c3bb49ca.tar.xz |
Merge branch 'ta/string-list-init'
* ta/string-list-init:
replace memset with string-list initializers
string-list: add string_list initializer helper function
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/api-string-list.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/technical/api-string-list.txt b/Documentation/technical/api-string-list.txt index f1add51efe..d51a6579c8 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 |