commit | aeb4a51ef82c71c9a65d11f77aeedb53bea0e983 | [log] [tgz] |
---|---|---|
author | Michael Haggerty <mhagger@alum.mit.edu> | Sat May 25 11:08:08 2013 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue May 28 09:25:01 2013 -0700 |
tree | 1a656baf48771c3a74dfc8d3c0775cff031fcb53 | |
parent | ff5f5f268fd36b6db059c06d124305866ecaa6ce [diff] |
object_array: add function object_array_filter() Add a function that allows unwanted entries in an object_array to be removed. This encapsulation is a step towards giving object_array ownership of its entries' name memory. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>