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

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-07test-bloom: stop setting up Git directory twicePatrick Steinhardt
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-02-24object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-07-01test-tool bloom: fix memory leaksÆvar Arnfjörð Bjarmason
2021-04-14Merge branch 'cc/test-helper-bloom-usage-fix'Junio C Hamano
2021-04-06test-bloom: fix missing 'bloom' from usage stringChristian Couder
2021-03-20Merge branch 'jc/calloc-fix'Junio C Hamano
2021-03-16xcalloc: use CALLOC_ARRAY() when applicableJunio C Hamano
2020-09-30Merge branch 'tb/bloom-improvements'Junio C Hamano
2020-09-17bloom: use provided 'struct bloom_filter_settings'Taylor Blau
2020-09-17bloom: split 'get_bloom_filter()' in twoTaylor Blau
2020-07-30t: make test-bloom initialize repositorybrian m. carlson
2020-05-15Merge branch 'ds/bloom-cleanup'Junio C Hamano
2020-05-08bloom: fix `make sparse` warningĐoàn Trần Công Danh
2020-05-01test-bloom: fix usage typoDerrick Stolee
2020-04-24test-bloom: check that we have expected argumentsJeff King
2020-04-24test-bloom: fix some whitespace issuesJeff King
2020-04-06commit-graph: reuse existing Bloom filters during writeGarima Singh
2020-03-30bloom.c: core Bloom filter implementation for changed paths.Garima Singh
2020-03-30bloom.c: introduce core Bloom filter constructsGarima Singh
2020-03-30bloom.c: add the murmur3 hash implementationGarima Singh