summaryrefslogtreecommitdiffstats
path: root/list-objects-filter-options.c
AgeCommit message (Expand)AuthorLines
2026-03-11list-objects-filter-options: avoid strbuf_split_str()Deveshi Dwivedi-20/+20
2026-02-17list-objects-filter-options: support 'auto' mode for --filterChristian Couder-3/+36
2025-07-23config: drop `git_config_set()` wrapperPatrick Steinhardt-3/+3
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt-4/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-11-04list-objects-filter-options: work around reported leak on errorPatrick Steinhardt-10/+7
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-5/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano-3/+4
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano-0/+1
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-3/+4
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-1/+3
2022-11-30list-objects-filter: remove OPT_PARSE_LIST_OBJECTS_FILTER_INIT()René Scharfe-4/+0
2022-09-22list-objects-filter: initialize sub-filter structsJeff King-3/+7
2022-09-12list-objects-filter: convert filter_spec to a strbufJeff King-33/+18
2022-09-12list-objects-filter: add and use initializersJeff King-9/+11
2022-09-12list-objects-filter: handle null default filter specJeff King-1/+1
2022-09-12list-objects-filter: don't memset after releasing filter structJeff King-3/+1
2022-09-08list_objects_filter_options: plug leak of filter_spec stringsJeff King-6/+13
2022-09-08list_objects_filter_copy(): deep-copy sparse_oid_name fieldJeff King-0/+1
2022-03-28pack-objects: lazily set up "struct rev_info", don't leakÆvar Arnfjörð Bjarmason-0/+4
2022-03-09bundle: parse filter capabilityDerrick Stolee-16/+1
2022-03-09list-objects-filter-options: create copy helperDerrick Stolee-0/+19
2021-05-21help: fix small typo in error messageJean-Noël Avila-1/+1
2021-04-19list-objects: implement object type filterPatrick Steinhardt-0/+15
2020-11-16list-objects-filter-options: fix function name in BUGMartin Ågren-1/+1
2020-09-28fetch: do not override partial clone filterJonathan Tan-1/+9
2020-08-11Merge branch 'tb/upload-pack-filters'Junio C Hamano-0/+23
2020-08-03list_objects_filter_options: introduce 'list_object_filter_config_name'Taylor Blau-0/+23
2020-07-28strvec: rename files from argv-array to strvecJeff King-1/+1
2020-06-05repository: add a helper function to perform repository format upgradeXin Li-1/+2
2019-10-07Merge branch 'jk/partial-clone-sparse-blob'Junio C Hamano-12/+2
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano-43/+232
2019-09-16list-objects-filter: delay parsing of sparse oidJeff King-12/+2
2019-06-28list-objects-filter-options: make parser voidMatthew DeVore-7/+5
2019-06-28list-objects-filter-options: clean up use of ALLOC_GROWMatthew DeVore-10/+7
2019-06-28list-objects-filter-options: allow mult. --filterMatthew DeVore-5/+83
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore-16/+34
2019-06-28list-objects-filter-options: move error check upMatthew DeVore-5/+4
2019-06-28list-objects-filter: implement composite filtersMatthew DeVore-2/+104
2019-06-28list-objects-filter-options: always supply *errbufMatthew DeVore-13/+8
2019-06-25promisor-remote: parse remote.*.partialclonefilterChristian Couder-12/+15
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder-13/+15
2019-06-21Merge branch 'md/list-objects-filter-parse-msgfix'Junio C Hamano-1/+1
2019-05-31list-objects-filter-options: error is localizeableMatthew DeVore-1/+1
2019-05-29list-objects-filter: disable 'sparse:path' filtersChristian Couder-4/+6
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy-0/+4
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano-1/+1