summaryrefslogtreecommitdiff
path: root/list-objects-filter-options.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+1
|\
| * treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'sg/parse-options-h-users'Junio C Hamano2023-03-301-1/+2
|\ \ | |/ |/|
| * treewide: remove unnecessary inclusions of parse-options.h from headersSZEDER Gábor2023-03-201-1/+2
* | object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren2023-02-231-1/+2
|/
* list-objects-filter: remove OPT_PARSE_LIST_OBJECTS_FILTER_INIT()René Scharfe2022-11-301-16/+2
* list-objects-filter: convert filter_spec to a strbufJeff King2022-09-121-2/+2
* list-objects-filter: add and use initializersJeff King2022-09-121-0/+3
* pack-objects: lazily set up "struct rev_info", don't leakÆvar Arnfjörð Bjarmason2022-03-281-3/+21
* list-objects-filter: remove CL_ARG__FILTERDerrick Stolee2022-03-231-4/+1
* bundle: parse filter capabilityDerrick Stolee2022-03-091-0/+20
* list-objects-filter-options: create copy helperDerrick Stolee2022-03-091-0/+4
* list-objects: implement object type filterPatrick Steinhardt2021-04-191-0/+3
* list_objects_filter_options: introduce 'list_object_filter_config_name'Taylor Blau2020-08-031-0/+6
* Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-3/+3
* Merge branch 'jk/partial-clone-sparse-blob'Junio C Hamano2019-10-071-1/+1
|\
| * list-objects-filter: delay parsing of sparse oidJeff King2019-09-161-1/+1
* | Merge branch 'md/list-objects-filter-combo'Junio C Hamano2019-09-181-12/+45
|\ \
| * | list-objects-filter-options: make parser voidMatthew DeVore2019-06-281-1/+1
| * | list-objects-filter-options: allow mult. --filterMatthew DeVore2019-06-281-0/+11
| * | list-objects-filter-options: make filter_spec a string_listMatthew DeVore2019-06-281-8/+19
| * | list-objects-filter: implement composite filtersMatthew DeVore2019-06-281-3/+14
| |/
* | promisor-remote: parse remote.*.partialclonefilterChristian Couder2019-06-251-1/+2
|/
* list-objects-filter: disable 'sparse:path' filtersChristian Couder2019-05-291-2/+0
* filter-options: expand scaled numbersJosh Steadmon2019-01-151-2/+15
* list-objects-filter: teach tree:# how to handle >0Matthew DeVore2019-01-151-1/+2
* list-objects-filter: implement filter tree:0Matthew DeVore2018-10-071-0/+1
* fetch: inherit filter-spec from partial cloneJeff Hostetler2017-12-081-0/+12
* partial-clone: define partial clone settings in configJeff Hostetler2017-12-081-0/+6
* list-objects-filter-options: support --no-filterJeff Hostetler2017-12-051-1/+4
* list-objects: filter objects in traverse_commit_listJeff Hostetler2017-11-221-0/+58