summaryrefslogtreecommitdiff
path: root/list-objects-filter-options.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-3/+4
|\
| * cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+4
* | Merge branch 'sg/parse-options-h-users'Junio C Hamano2023-03-301-0/+1
|\ \
| * | treewide: include parse-options.h in source filesSZEDER Gábor2023-03-201-0/+1
| |/
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+3
|/
* list-objects-filter: remove OPT_PARSE_LIST_OBJECTS_FILTER_INIT()René Scharfe2022-11-301-4/+0
* list-objects-filter: initialize sub-filter structsJeff King2022-09-221-3/+7
* list-objects-filter: convert filter_spec to a strbufJeff King2022-09-121-33/+18
* list-objects-filter: add and use initializersJeff King2022-09-121-9/+11
* list-objects-filter: handle null default filter specJeff King2022-09-121-1/+1
* list-objects-filter: don't memset after releasing filter structJeff King2022-09-121-3/+1
* list_objects_filter_options: plug leak of filter_spec stringsJeff King2022-09-081-6/+13
* list_objects_filter_copy(): deep-copy sparse_oid_name fieldJeff King2022-09-081-0/+1
* pack-objects: lazily set up "struct rev_info", don't leakÆvar Arnfjörð Bjarmason2022-03-281-0/+4
* bundle: parse filter capabilityDerrick Stolee2022-03-091-16/+1
* list-objects-filter-options: create copy helperDerrick Stolee2022-03-091-0/+19
* help: fix small typo in error messageJean-Noël Avila2021-05-211-1/+1
* list-objects: implement object type filterPatrick Steinhardt2021-04-191-0/+15
* list-objects-filter-options: fix function name in BUGMartin Ågren2020-11-161-1/+1
* fetch: do not override partial clone filterJonathan Tan2020-09-281-1/+9
* Merge branch 'tb/upload-pack-filters'Junio C Hamano2020-08-111-0/+23
|\
| * list_objects_filter_options: introduce 'list_object_filter_config_name'Taylor Blau2020-08-031-0/+23
* | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
|/
* repository: add a helper function to perform repository format upgradeXin Li2020-06-051-1/+2
* Merge branch 'jk/partial-clone-sparse-blob'Junio C Hamano2019-10-071-12/+2
|\
| * list-objects-filter: delay parsing of sparse oidJeff King2019-09-161-12/+2
* | Merge branch 'md/list-objects-filter-combo'Junio C Hamano2019-09-181-43/+232
|\ \
| * | list-objects-filter-options: make parser voidMatthew DeVore2019-06-281-7/+5
| * | list-objects-filter-options: clean up use of ALLOC_GROWMatthew DeVore2019-06-281-10/+7
| * | list-objects-filter-options: allow mult. --filterMatthew DeVore2019-06-281-5/+83
| * | list-objects-filter-options: make filter_spec a string_listMatthew DeVore2019-06-281-16/+34
| * | list-objects-filter-options: move error check upMatthew DeVore2019-06-281-5/+4
| * | list-objects-filter: implement composite filtersMatthew DeVore2019-06-281-2/+104
| * | list-objects-filter-options: always supply *errbufMatthew DeVore2019-06-281-13/+8
| |/
* | promisor-remote: parse remote.*.partialclonefilterChristian Couder2019-06-251-12/+15
* | Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder2019-06-251-13/+15
|/
* Merge branch 'md/list-objects-filter-parse-msgfix'Junio C Hamano2019-06-211-1/+1
|\
| * list-objects-filter-options: error is localizeableMatthew DeVore2019-05-311-1/+1
* | list-objects-filter: disable 'sparse:path' filtersChristian Couder2019-05-291-4/+6
* | completion: add more parameter value completionNguyễn Thái Ngọc Duy2019-02-201-0/+4
* | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-1/+1
|\ \
| * | sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2019-01-141-1/+1
| |/
* | filter-options: expand scaled numbersJosh Steadmon2019-01-151-2/+18
* | list-objects-filter: teach tree:# how to handle >0Matthew DeVore2019-01-151-4/+3
|/
* list-objects-filter: implement filter tree:0Matthew DeVore2018-10-071-0/+13
* list-objects-filter-options: do not over-strbuf_initMatthew DeVore2018-10-071-4/+2
* list-objects: check if filter is NULL before usingJonathan Tan2018-06-121-0/+2
* fetch: inherit filter-spec from partial cloneJeff Hostetler2017-12-081-1/+1
* partial-clone: define partial clone settings in configJeff Hostetler2017-12-081-15/+75
* list-objects-filter-options: support --no-filterJeff Hostetler2017-12-051-2/+13