Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-22list-objects-filter: initialize sub-filter structsJeff King
2022-09-12list-objects-filter: convert filter_spec to a strbufJeff King
2022-09-12list-objects-filter: add and use initializersJeff King
2022-09-12list-objects-filter: handle null default filter specJeff King
2022-09-12list-objects-filter: don't memset after releasing filter structJeff King
2022-09-08list_objects_filter_options: plug leak of filter_spec stringsJeff King
2022-09-08list_objects_filter_copy(): deep-copy sparse_oid_name fieldJeff King
2022-03-28pack-objects: lazily set up "struct rev_info", don't leakÆvar Arnfjörð Bjarmason
2022-03-09bundle: parse filter capabilityDerrick Stolee
2022-03-09list-objects-filter-options: create copy helperDerrick Stolee
2021-05-21help: fix small typo in error messageJean-Noël Avila
2021-04-20list-objects: implement object type filterPatrick Steinhardt
2020-11-17list-objects-filter-options: fix function name in BUGMartin Ågren
2020-09-29fetch: do not override partial clone filterJonathan Tan
2020-08-12Merge branch 'tb/upload-pack-filters'Junio C Hamano
2020-08-04list_objects_filter_options: introduce 'list_object_filter_config_name'Taylor Blau
2020-07-29strvec: rename files from argv-array to strvecJeff King
2020-06-05repository: add a helper function to perform repository format upgradeXin Li
2019-10-07Merge branch 'jk/partial-clone-sparse-blob'Junio C Hamano
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano
2019-09-16list-objects-filter: delay parsing of sparse oidJeff King
2019-06-28list-objects-filter-options: make parser voidMatthew DeVore
2019-06-28list-objects-filter-options: clean up use of ALLOC_GROWMatthew DeVore
2019-06-28list-objects-filter-options: allow mult. --filterMatthew DeVore
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore
2019-06-28list-objects-filter-options: move error check upMatthew DeVore
2019-06-28list-objects-filter: implement composite filtersMatthew DeVore
2019-06-28list-objects-filter-options: always supply *errbufMatthew DeVore
2019-06-26promisor-remote: parse remote.*.partialclonefilterChristian Couder
2019-06-26Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder
2019-06-21Merge branch 'md/list-objects-filter-parse-msgfix'Junio C Hamano
2019-05-31list-objects-filter-options: error is localizeableMatthew DeVore
2019-05-29list-objects-filter: disable 'sparse:path' filtersChristian Couder
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-01-16filter-options: expand scaled numbersJosh Steadmon
2019-01-16list-objects-filter: teach tree:# how to handle >0Matthew DeVore
2019-01-14sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-10-07list-objects-filter: implement filter tree:0Matthew DeVore
2018-10-07list-objects-filter-options: do not over-strbuf_initMatthew DeVore
2018-06-12list-objects: check if filter is NULL before usingJonathan Tan
2017-12-08fetch: inherit filter-spec from partial cloneJeff Hostetler
2017-12-08partial-clone: define partial clone settings in configJeff Hostetler
2017-12-05list-objects-filter-options: support --no-filterJeff Hostetler
2017-12-05list-objects-filter-options: fix 'keword' typo in commentChristian Couder
2017-11-22list-objects: filter objects in traverse_commit_listJeff Hostetler