diff options
author | Taylor Blau <me@ttaylorr.com> | 2020-05-04 17:12:31 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-04 21:57:58 -0700 |
commit | 856e12c18a4616bbfbdfd1777577c1182b148519 (patch) | |
tree | 835f6b3702e8c56e4c76a43c7e776baf68e6f2cf /t/t9829-git-p4-jobs.sh | |
parent | list-objects-filter: treat NULL filter_options as "disabled" (diff) | |
download | tgif-856e12c18a4616bbfbdfd1777577c1182b148519.tar.xz |
pack-bitmap.c: make object filtering functions generic
In 4f3bd5606a (pack-bitmap: implement BLOB_NONE filtering, 2020-02-14),
filtering support for bitmaps was added for the 'LOFC_BLOB_NONE' filter.
In the future, we would like to add support for filters that behave as
if they exclude a certain type of object, for e.g., the tree depth
filter with depth 0.
To prepare for this, make some of the functions used for filtering more
generic, such as 'find_tip_blobs' and 'filter_bitmap_blob_none' so that
they can work over arbitrary object types.
To that end, create 'find_tip_objects' and
'filter_bitmap_exclude_type', and redefine the aforementioned functions
in terms of those.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9829-git-p4-jobs.sh')
0 files changed, 0 insertions, 0 deletions