summaryrefslogtreecommitdiffstats
path: root/t/t4216-log-bloom.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* commit-graph: detect out-of-order BIDX offsetsJeff King2023-10-101-0/+13
* commit-graph: check bounds when accessing BIDX chunkJeff King2023-10-101-0/+9
* commit-graph: check bounds when accessing BDAT chunkJeff King2023-10-101-0/+28
* commit-graph: start parsing generation v2 (again)Derrick Stolee2022-03-011-1/+1
* test-read-graph: include extra post-parse infoDerrick Stolee2022-03-011-0/+1
* Merge branch 'es/test-chain-lint'Junio C Hamano2022-01-041-2/+2
|\
| * t4000-t4999: detect and signal failure within loopEric Sunshine2021-12-131-2/+2
* | t/t*: remove custom GIT_TRACE2_EVENT_NESTINGDerrick Stolee2021-11-291-2/+0
|/
* Merge branch 'ak/corrected-commit-date'Junio C Hamano2021-02-181-2/+2
|\
| * commit-graph: implement generation data chunkAbhishek Kumar2021-01-191-2/+2
* | t4*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-201-3/+3
* | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
|/
* Merge branch 'tb/bloom-improvements'Junio C Hamano2020-09-291-18/+224
|\
| * commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau2020-09-181-1/+23
| * builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau2020-09-181-0/+70
| * bloom: encode out-of-bounds filters as non-emptyTaylor Blau2020-09-181-2/+29
| * bloom/diff: properly short-circuit on max_changesDerrick Stolee2020-09-171-9/+91
| * commit-graph.c: store maximum changed pathsTaylor Blau2020-09-171-2/+2
| * commit-graph: respect 'commitGraph.readChangedPaths'Taylor Blau2020-09-091-1/+3
| * t4216: use an '&&'-chainTaylor Blau2020-09-091-1/+1
| * commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau2020-09-091-3/+6
* | commit-graph: use the "hash version" byteDerrick Stolee2020-08-181-2/+7
|/
* Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano2020-07-301-3/+42
|\
| * commit-graph: check all leading directories in changed path Bloom filtersSZEDER Gábor2020-07-011-1/+1
| * revision: empty pathspecs should not use Bloom filtersTaylor Blau2020-07-011-0/+4
| * commit-graph: persist existence of changed-pathsDerrick Stolee2020-07-011-1/+16
| * bloom: fix logic in get_bloom_filter()Derrick Stolee2020-07-011-2/+22
* | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-251-1/+1
|\ \
| * | t4216: avoid unnecessary subshell in test_bloom_filters_not_usedCarlo Marcelo Arenas Belón2020-05-201-1/+1
| |/
* / bloom: fix `make sparse` warningĐoàn Trần Công Danh2020-05-081-1/+1
|/
* t4216: add end to end tests for git log with Bloom filtersGarima Singh2020-04-061-0/+155