Merge branch 'mb/local-clone-after-applying-insteadof'
[gitweb.git] / Documentation / technical / api-string-list.txt
index 20be3488349c2ddbafbd90c0200f2a7d3862a12f..f1add51efeefb31e1da96a5ee62871e239819ebf 100644 (file)
@@ -200,3 +200,5 @@ Represents the list itself.
   You should not tamper with it.
 . Setting the `strdup_strings` member to 1 will strdup() the strings
   before adding them, see above.
+. The `compare_strings_fn` member is used to specify a custom compare
+  function, otherwise `strcmp()` is used as the default function.