summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorLibravatar Stefan Beller <sbeller@google.com>2018-11-28 16:27:48 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-12-05 11:42:31 +0900
commit161b1cf3bdca7fecf5ec03ffdb74260312cd0229 (patch)
tree0a73ef426d7ec7fb901e33540b5db90a08f8c36d /Documentation/technical
parentMerge branch 'es/format-patch-range-diff-fix-fix' (diff)
downloadtgif-161b1cf3bdca7fecf5ec03ffdb74260312cd0229.tar.xz
sha1-array: provide oid_array_filter
Helped-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/api-oid-array.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/technical/api-oid-array.txt b/Documentation/technical/api-oid-array.txt
index 9febfb1d52..c97428c2c3 100644
--- a/Documentation/technical/api-oid-array.txt
+++ b/Documentation/technical/api-oid-array.txt
@@ -48,6 +48,11 @@ Functions
is not sorted, this function has the side effect of sorting
it.
+`oid_array_filter`::
+ Apply the callback function `want` to each entry in the array,
+ retaining only the entries for which the function returns true.
+ Preserve the order of the entries that are retained.
+
Examples
--------