aboutsummaryrefslogtreecommitdiffstats
path: root/list-objects-filter.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-14oidset: refactor oidset_insert_from_set()Christian Couder1-10/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-5/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2022-12-26Merge branch 'jk/unused-post-2.39'Junio C Hamano1-15/+15
2022-12-19Merge branch 'rs/plug-pattern-list-leak-in-lof'Junio C Hamano1-0/+1
2022-12-13list-objects-filter: mark unused parameters in virtual functionsJeff King1-15/+15
2022-12-02list-objects-filter: plug pattern_list leakRené Scharfe1-0/+1
2022-11-21list-objects-filter: plug combine_filter_data leakRené Scharfe1-0/+1
2021-04-19list-objects: implement object type filterPatrick Steinhardt1-0/+76
2021-04-12list-objects: support filtering by tag and commitPatrick Steinhardt1-0/+40
2021-03-13use CALLOC_ARRAYRené Scharfe1-3/+3
2021-01-04object-name.c: rename from sha1-name.cMartin Ågren1-1/+1
2020-05-04list-objects-filter: treat NULL filter_options as "disabled"Jeff King1-0/+3
2019-10-07Merge branch 'jk/partial-clone-sparse-blob'Junio C Hamano1-3/+11
2019-09-16list-objects-filter: use empty string instead of NULL for sparse "base"Jeff King1-1/+1
2019-09-16list-objects-filter: give a more specific error sparse parsing errorJon Simons1-2/+3
2019-09-16list-objects-filter: delay parsing of sparse oidJeff King1-2/+9
2019-09-05unpack-trees: rename 'is_excluded_from_list()'Derrick Stolee1-14/+15
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee1-1/+1
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee1-4/+4
2019-06-28list-objects-filter: implement composite filtersMatthew DeVore1-0/+161
2019-06-28list-objects-filter: put omits set in filter structMatthew DeVore1-42/+26
2019-06-28list-objects-filter: encapsulate filter componentsMatthew DeVore1-37/+75
2019-06-21Merge branch 'md/list-objects-filter-memfix'Junio C Hamano1-8/+8
2019-05-31list-objects-filter: correct usage of ALLOC_GROWMatthew DeVore1-8/+9
2019-05-29list-objects-filter: disable 'sparse:path' filtersChristian Couder1-22/+0
2019-01-15tree:<depth>: skip some trees even when collecting omitsMatthew DeVore1-6/+12
2019-01-15list-objects-filter: teach tree:# how to handle >0Matthew DeVore1-20/+96
2018-11-12list-objects-filter.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-3/+7
2018-10-18list-objects: support for skipping tree traversalMatthew DeVore1-2/+9
2018-10-07list-objects-filter: implement filter tree:0Matthew DeVore1-0/+49
2018-10-07list-objects-filter: use BUG rather than dieMatthew DeVore1-7/+4
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+1
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano1-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+1
2018-04-11sha1_name.c: rename to use dash in file nameStefan Beller1-1/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson1-1/+1
2017-11-22list-objects: filter objects in traverse_commit_listJeff Hostetler1-0/+401