aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4216-log-bloom.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-11bloom: enable bloom filter with wildcard pathspec in revision traversalLidong Yan1-4/+27
2025-07-15bloom: optimize multiple pathspec items in revisionLidong Yan1-9/+14
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-4/+4
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-11-04revision: fix leaking bloom filtersPatrick Steinhardt1-0/+1
2024-06-25commit-graph: reuse existing Bloom filters where possibleTaylor Blau1-1/+38
2024-06-25commit-graph: new Bloom filter version that fixes murmur3Taylor Blau1-3/+152
2024-06-25t4216: test changed path filters with high bit pathsTaylor Blau1-0/+51
2024-06-25commit-graph: ensure Bloom filters are read with consistent settingsTaylor Blau1-1/+67
2024-06-25revision.c: consult Bloom filters for root commitsTaylor Blau1-2/+6
2024-06-25t/t4216-log-bloom.sh: harden `test_bloom_filters_not_used()`Taylor Blau1-1/+13
2023-10-09commit-graph: detect out-of-order BIDX offsetsJeff King1-0/+13
2023-10-09commit-graph: check bounds when accessing BIDX chunkJeff King1-0/+9
2023-10-09commit-graph: check bounds when accessing BDAT chunkJeff King1-0/+28
2022-03-01commit-graph: start parsing generation v2 (again)Derrick Stolee1-1/+1
2022-03-01test-read-graph: include extra post-parse infoDerrick Stolee1-0/+1
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-2/+2
2021-12-13t4000-t4999: detect and signal failure within loopEric Sunshine1-2/+2
2021-11-29t/t*: remove custom GIT_TRACE2_EVENT_NESTINGDerrick Stolee1-2/+0
2021-02-17Merge branch 'ak/corrected-commit-date'Junio C Hamano1-2/+2
2021-01-18commit-graph: implement generation data chunkAbhishek Kumar1-2/+2
2020-11-19t4*: adjust the references to the default branch name "main"Johannes Schindelin1-3/+3
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano1-18/+224
2020-09-18commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau1-1/+23
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau1-0/+70
2020-09-17bloom: encode out-of-bounds filters as non-emptyTaylor Blau1-2/+29
2020-09-17bloom/diff: properly short-circuit on max_changesDerrick Stolee1-9/+91
2020-09-17commit-graph.c: store maximum changed pathsTaylor Blau1-2/+2
2020-09-09commit-graph: respect 'commitGraph.readChangedPaths'Taylor Blau1-1/+3
2020-09-09t4216: use an '&&'-chainTaylor Blau1-1/+1
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau1-3/+6
2020-08-17commit-graph: use the "hash version" byteDerrick Stolee1-2/+7
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano1-3/+42
2020-07-01commit-graph: check all leading directories in changed path Bloom filtersSZEDER Gábor1-1/+1
2020-07-01revision: empty pathspecs should not use Bloom filtersTaylor Blau1-0/+4
2020-07-01commit-graph: persist existence of changed-pathsDerrick Stolee1-1/+16
2020-07-01bloom: fix logic in get_bloom_filter()Derrick Stolee1-2/+22
2020-05-24Merge branch 'gs/commit-graph-path-filter'Junio C Hamano1-1/+1
2020-05-20t4216: avoid unnecessary subshell in test_bloom_filters_not_usedCarlo Marcelo Arenas Belón1-1/+1
2020-05-07bloom: fix `make sparse` warningĐoàn Trần Công Danh1-1/+1
2020-04-06t4216: add end to end tests for git log with Bloom filtersGarima Singh1-0/+155