| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-14 | bloom: rename function operates on bloom_key | Lidong Yan | 1 | -2/+2 |
| 2025-07-14 | bloom: add test helper to return murmur3 hash | Lidong Yan | 1 | -2/+2 |
| 2025-04-21 | global: mark usage strings and string tables const | Ahelenia Ziemiańska | 1 | -1/+1 |
| 2024-12-06 | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 1 | -8/+2 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-07-08 | Merge branch 'tb/path-filter-fix' | Junio C Hamano | 1 | -1/+8 |
| 2024-06-25 | commit-graph: new Bloom filter version that fixes murmur3 | Taylor Blau | 1 | -1/+8 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2023-11-07 | test-bloom: stop setting up Git directory twice | Patrick Steinhardt | 1 | -1/+0 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: remove cache.h inclusion due to setup.h changes | Elijah Newren | 1 | -2/+1 |
| 2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | object.h: stop depending on cache.h; make cache.h depend on object.h | Elijah Newren | 1 | -1/+1 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2022-07-01 | test-tool bloom: fix memory leaks | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
| 2021-04-13 | Merge branch 'cc/test-helper-bloom-usage-fix' | Junio C Hamano | 1 | -1/+1 |
| 2021-04-05 | test-bloom: fix missing 'bloom' from usage string | Christian Couder | 1 | -1/+1 |
| 2021-03-19 | Merge branch 'jc/calloc-fix' | Junio C Hamano | 1 | -1/+1 |
| 2021-03-15 | xcalloc: use CALLOC_ARRAY() when applicable | Junio C Hamano | 1 | -1/+1 |
| 2020-09-29 | Merge branch 'tb/bloom-improvements' | Junio C Hamano | 1 | -1/+3 |
| 2020-09-17 | bloom: use provided 'struct bloom_filter_settings' | Taylor Blau | 1 | -0/+1 |
| 2020-09-17 | bloom: split 'get_bloom_filter()' in two | Taylor Blau | 1 | -1/+2 |
| 2020-07-30 | t: make test-bloom initialize repository | brian m. carlson | 1 | -0/+2 |
| 2020-05-14 | Merge branch 'ds/bloom-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2020-05-07 | bloom: fix `make sparse` warning | Đoàn Trần Công Danh | 1 | -1/+1 |
| 2020-05-01 | test-bloom: fix usage typo | Derrick Stolee | 1 | -1/+1 |
| 2020-04-23 | test-bloom: check that we have expected arguments | Jeff King | 1 | -4/+16 |
| 2020-04-23 | test-bloom: fix some whitespace issues | Jeff King | 1 | -5/+5 |
| 2020-04-06 | commit-graph: reuse existing Bloom filters during write | Garima Singh | 1 | -1/+1 |
| 2020-03-30 | bloom.c: core Bloom filter implementation for changed paths. | Garima Singh | 1 | -0/+20 |
| 2020-03-30 | bloom.c: introduce core Bloom filter constructs | Garima Singh | 1 | -0/+48 |
| 2020-03-30 | bloom.c: add the murmur3 hash implementation | Garima Singh | 1 | -0/+13 |