1. fed9298 Merge branch 'ak/typofixes' by Junio C Hamano · 6 months ago
  2. a3711f9 bloom: fix a typo by Andrew Kreimer · 6 months ago
  3. 9c8a9ec bloom: introduce `deinit_bloom_filters()` by Taylor Blau · 9 months ago
  4. 5421e7c commit-graph: reuse existing Bloom filters where possible by Taylor Blau · 9 months ago
  5. ba5a81d commit-graph: new Bloom filter version that fixes murmur3 by Taylor Blau · 9 months ago
  6. b2cf331 bloom: prepare to discard incompatible Bloom filters by Taylor Blau · 9 months ago
  7. 5b5d5b5 bloom: annotate filters with hash version by Taylor Blau · 9 months ago
  8. a09858d bloom.h: make `load_bloom_filter_from_graph()` public by Taylor Blau · 9 months ago
  9. 59f0d50 bloom: encode out-of-bounds filters as non-empty by Taylor Blau · 4 years, 6 months ago
  10. 9a7a9ed bloom: use provided 'struct bloom_filter_settings' by Taylor Blau · 4 years, 6 months ago
  11. 312cff5 bloom: split 'get_bloom_filter()' in two by Taylor Blau · 4 years, 6 months ago
  12. 97ffa4f commit-graph.c: store maximum changed paths by Taylor Blau · 4 years, 6 months ago
  13. c3a0282 Merge branch 'ds/line-log-on-bloom' by Junio C Hamano · 4 years, 9 months ago
  14. 4b1e5e5 Merge branch 'ds/bloom-cleanup' by Junio C Hamano · 4 years, 10 months ago
  15. f32dde8 line-log: integrate with changed-path Bloom filters by Derrick Stolee · 4 years, 10 months ago
  16. 066b70a bloom: fix `make sparse` warning by Đoàn Trần Công Danh · 4 years, 10 months ago
  17. eb591e4 bloom: fix whitespace around tab length by Derrick Stolee · 4 years, 10 months ago
  18. a56b946 revision.c: use Bloom filters to speed up path based revision walks by Garima Singh · 5 years ago
  19. 1217c03 commit-graph: reuse existing Bloom filters during write by Garima Singh · 5 years ago
  20. ed591fe bloom.c: core Bloom filter implementation for changed paths. by Garima Singh · 5 years ago
  21. f1294ea bloom.c: introduce core Bloom filter constructs by Garima Singh · 5 years ago
  22. f52207a bloom.c: add the murmur3 hash implementation by Garima Singh · 5 years ago