summaryrefslogtreecommitdiff
path: root/t/t9604/cvsroot/module
diff options
context:
space:
mode:
authorLibravatar Taylor Blau <me@ttaylorr.com>2020-05-04 17:12:31 -0600
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-05-04 21:57:58 -0700
commit856e12c18a4616bbfbdfd1777577c1182b148519 (patch)
tree835f6b3702e8c56e4c76a43c7e776baf68e6f2cf /t/t9604/cvsroot/module
parentlist-objects-filter: treat NULL filter_options as "disabled" (diff)
downloadtgif-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/t9604/cvsroot/module')
0 files changed, 0 insertions, 0 deletions