commit | eb5f0c7a616531a024a582b72ca6d8775ff98d46 | [log] [tgz] |
---|---|---|
author | Michael Haggerty <mhagger@alum.mit.edu> | Wed Sep 12 16:04:44 2012 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Sep 12 11:43:25 2012 -0700 |
tree | 1c791a163140cb2988c7d2049ce706ad93e0c23d | |
parent | ff919f965d20d003e3882c70de667f41a86349ac [diff] |
string_list: add a new function, filter_string_list() This function allows entries that don't match a specified criterion to be discarded from a string_list while preserving the order of the remaining entries. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>