aboutsummaryrefslogtreecommitdiffstats
path: root/list-objects-filter-options.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-21list-objects-filter-options.h: remove unneccessary includeElijah Newren1-1/+0
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+1
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano1-1/+2
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-20treewide: remove unnecessary inclusions of parse-options.h from headersSZEDER Gábor1-1/+2
2023-02-23object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren1-1/+2
2022-11-30list-objects-filter: remove OPT_PARSE_LIST_OBJECTS_FILTER_INIT()René Scharfe1-16/+2
2022-09-12list-objects-filter: convert filter_spec to a strbufJeff King1-2/+2
2022-09-12list-objects-filter: add and use initializersJeff King1-0/+3
2022-03-28pack-objects: lazily set up "struct rev_info", don't leakÆvar Arnfjörð Bjarmason1-3/+21
2022-03-23list-objects-filter: remove CL_ARG__FILTERDerrick Stolee1-4/+1
2022-03-09bundle: parse filter capabilityDerrick Stolee1-0/+20
2022-03-09list-objects-filter-options: create copy helperDerrick Stolee1-0/+4
2021-04-19list-objects: implement object type filterPatrick Steinhardt1-0/+3
2020-08-03list_objects_filter_options: introduce 'list_object_filter_config_name'Taylor Blau1-0/+6
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu1-3/+3
2019-10-07Merge branch 'jk/partial-clone-sparse-blob'Junio C Hamano1-1/+1
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano1-12/+45
2019-09-16list-objects-filter: delay parsing of sparse oidJeff King1-1/+1
2019-06-28list-objects-filter-options: make parser voidMatthew DeVore1-1/+1
2019-06-28list-objects-filter-options: allow mult. --filterMatthew DeVore1-0/+11
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore1-8/+19
2019-06-28list-objects-filter: implement composite filtersMatthew DeVore1-3/+14
2019-06-25promisor-remote: parse remote.*.partialclonefilterChristian Couder1-1/+2
2019-05-29list-objects-filter: disable 'sparse:path' filtersChristian Couder1-2/+0
2019-01-15filter-options: expand scaled numbersJosh Steadmon1-2/+15
2019-01-15list-objects-filter: teach tree:# how to handle >0Matthew DeVore1-1/+2
2018-10-07list-objects-filter: implement filter tree:0Matthew DeVore1-0/+1
2017-12-08fetch: inherit filter-spec from partial cloneJeff Hostetler1-0/+12
2017-12-08partial-clone: define partial clone settings in configJeff Hostetler1-0/+6
2017-12-05list-objects-filter-options: support --no-filterJeff Hostetler1-1/+4
2017-11-22list-objects: filter objects in traverse_commit_listJeff Hostetler1-0/+58