summary refs log tree commit diff
path: root/list-objects-filter-options.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-28pack-objects: lazily set up "struct rev_info", don't leakÆvar Arnfjörð Bjarmason1-0/+4
2022-03-09bundle: parse filter capabilityDerrick Stolee1-16/+1
2022-03-09list-objects-filter-options: create copy helperDerrick Stolee1-0/+19
2021-05-21help: fix small typo in error messageJean-Noël Avila1-1/+1
2021-04-19list-objects: implement object type filterPatrick Steinhardt1-0/+15
2020-11-16list-objects-filter-options: fix function name in BUGMartin Ågren1-1/+1
2020-09-28fetch: do not override partial clone filterJonathan Tan1-1/+9
2020-08-11Merge branch 'tb/upload-pack-filters'Junio C Hamano1-0/+23
2020-08-03list_objects_filter_options: introduce 'list_object_filter_config_name'Taylor Blau1-0/+23
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-06-05repository: add a helper function to perform repository format upgradeXin Li1-1/+2
2019-10-07Merge branch 'jk/partial-clone-sparse-blob'Junio C Hamano1-12/+2
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano1-43/+232
2019-09-16list-objects-filter: delay parsing of sparse oidJeff King1-12/+2
2019-06-28list-objects-filter-options: make parser voidMatthew DeVore1-7/+5
2019-06-28list-objects-filter-options: clean up use of ALLOC_GROWMatthew DeVore1-10/+7
2019-06-28list-objects-filter-options: allow mult. --filterMatthew DeVore1-5/+83
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore1-16/+34
2019-06-28list-objects-filter-options: move error check upMatthew DeVore1-5/+4
2019-06-28list-objects-filter: implement composite filtersMatthew DeVore1-2/+104
2019-06-28list-objects-filter-options: always supply *errbufMatthew DeVore1-13/+8
2019-06-25promisor-remote: parse remote.*.partialclonefilterChristian Couder1-12/+15
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder1-13/+15
2019-06-21Merge branch 'md/list-objects-filter-parse-msgfix'Junio C Hamano1-1/+1
2019-05-31list-objects-filter-options: error is localizeableMatthew DeVore1-1/+1
2019-05-29list-objects-filter: disable 'sparse:path' filtersChristian Couder1-4/+6
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy1-0/+4
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano1-1/+1
2019-01-15filter-options: expand scaled numbersJosh Steadmon1-2/+18
2019-01-15list-objects-filter: teach tree:# how to handle >0Matthew DeVore1-4/+3
2019-01-14sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-10-07list-objects-filter: implement filter tree:0Matthew DeVore1-0/+13
2018-10-07list-objects-filter-options: do not over-strbuf_initMatthew DeVore1-4/+2
2018-06-12list-objects: check if filter is NULL before usingJonathan Tan1-0/+2
2017-12-08fetch: inherit filter-spec from partial cloneJeff Hostetler1-1/+1
2017-12-08partial-clone: define partial clone settings in configJeff Hostetler1-15/+75
2017-12-05list-objects-filter-options: support --no-filterJeff Hostetler1-2/+13
2017-12-05list-objects-filter-options: fix 'keword' typo in commentChristian Couder1-1/+1
2017-11-22list-objects: filter objects in traverse_commit_listJeff Hostetler1-0/+81