summaryrefslogtreecommitdiff
path: root/t/helper/test-bloom.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-14Merge branch 'ds/bloom-cleanup'Libravatar Junio C Hamano1-1/+1
2020-05-07bloom: fix `make sparse` warningLibravatar Đoàn Trần Công Danh1-1/+1
2020-05-01test-bloom: fix usage typoLibravatar Derrick Stolee1-1/+1
2020-04-23test-bloom: check that we have expected argumentsLibravatar Jeff King1-4/+16
2020-04-23test-bloom: fix some whitespace issuesLibravatar Jeff King1-5/+5
2020-04-06commit-graph: reuse existing Bloom filters during writeLibravatar Garima Singh1-1/+1
2020-03-30bloom.c: core Bloom filter implementation for changed paths.Libravatar Garima Singh1-0/+20
2020-03-30bloom.c: introduce core Bloom filter constructsLibravatar Garima Singh1-0/+48
2020-03-30bloom.c: add the murmur3 hash implementationLibravatar Garima Singh1-0/+13