summaryrefslogtreecommitdiff
path: root/t/helper/test-bloom.c
AgeCommit message (Expand)Author
2021-04-13Merge branch 'cc/test-helper-bloom-usage-fix'Junio C Hamano
2021-04-06test-bloom: fix missing 'bloom' from usage stringChristian Couder
2021-03-19Merge branch 'jc/calloc-fix'Junio C Hamano
2021-03-16xcalloc: use CALLOC_ARRAY() when applicableJunio C Hamano
2020-09-29Merge 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-14Merge 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-23test-bloom: check that we have expected argumentsJeff King
2020-04-23test-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