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