summaryrefslogtreecommitdiff
path: root/t/t4216-log-bloom.sh
AgeCommit message (Expand)Author
2021-02-18Merge branch 'ak/corrected-commit-date'Junio C Hamano
2021-01-19commit-graph: implement generation data chunkAbhishek Kumar
2020-11-19t4*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano
2020-09-18commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau
2020-09-18bloom: encode out-of-bounds filters as non-emptyTaylor Blau
2020-09-17bloom/diff: properly short-circuit on max_changesDerrick Stolee
2020-09-17commit-graph.c: store maximum changed pathsTaylor Blau
2020-09-09commit-graph: respect 'commitGraph.readChangedPaths'Taylor Blau
2020-09-09t4216: use an '&&'-chainTaylor Blau
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau
2020-08-17commit-graph: use the "hash version" byteDerrick Stolee
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano
2020-07-01commit-graph: check all leading directories in changed path Bloom filtersSZEDER Gábor
2020-07-01revision: empty pathspecs should not use Bloom filtersTaylor Blau
2020-07-01commit-graph: persist existence of changed-pathsDerrick Stolee
2020-07-01bloom: fix logic in get_bloom_filter()Derrick Stolee
2020-05-25Merge branch 'gs/commit-graph-path-filter'Junio C Hamano
2020-05-20t4216: avoid unnecessary subshell in test_bloom_filters_not_usedCarlo Marcelo Arenas Belón
2020-05-08bloom: fix `make sparse` warningĐoàn Trần Công Danh
2020-04-06t4216: add end to end tests for git log with Bloom filtersGarima Singh