summaryrefslogtreecommitdiffstats
path: root/t/t0095-bloom.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/bloom-cleanup'Junio C Hamano2020-05-141-3/+3
|\
| * bloom: use num_changes not nr for limit detectionDerrick Stolee2020-05-111-1/+1
| * bloom: de-duplicate directory entriesDerrick Stolee2020-05-111-2/+2
* | bloom: fix `make sparse` warningĐoàn Trần Công Danh2020-05-081-1/+1
|/
* bloom.c: core Bloom filter implementation for changed paths.Garima Singh2020-03-301-0/+47
* bloom.c: introduce core Bloom filter constructsGarima Singh2020-03-301-0/+40
* bloom.c: add the murmur3 hash implementationGarima Singh2020-03-301-0/+30