Show patches with: Submitter = Taylor Blau       |    State = Action Required       |    Archived = No       |   42 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
Makefile(s): avoid recipe prefix in conditional statements Makefile(s): avoid recipe prefix in conditional statements - - - --- 2024-04-08 Taylor Blau New
[24/24] t/perf: implement performace tests for pseudo-merge bitmaps pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[23/24] pseudo-merge: implement support for finding existing merges pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[22/24] ewah: `bitmap_equals_ewah()` pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[21/24] pack-bitmap: extra trace2 information pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[20/24] pack-bitmap.c: use pseudo-merges during traversal pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[19/24] t/test-lib-functions.sh: support `--date` in `test_commit_bulk()` pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[18/24] pack-bitmap: implement test helpers for pseudo-merge pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[17/24] ewah: implement `ewah_bitmap_popcount()` pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[16/24] pseudo-merge: implement support for reading pseudo-merge commits pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[15/24] pack-bitmap.c: read pseudo-merge extension pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[14/24] pseudo-merge: scaffolding for reads pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[13/24] pack-bitmap: extract `read_bitmap()` function pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[12/24] pack-bitmap-write.c: write pseudo-merge table pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[11/24] pack-bitmap-write.c: select pseudo-merge commits pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[10/24] pseudo-merge: implement support for selecting pseudo-merge commits pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[09/24] pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[08/24] pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()` pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[07/24] pack-bitmap-write: support storing pseudo-merge commits pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[06/24] pseudo-merge.ch: initial commit pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[05/24] pack-bitmap: move some initialization to `bitmap_writer_init()` pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[04/24] pack-bitmap: drop unused `max_bitmaps` parameter pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[03/24] ewah: implement `ewah_bitmap_is_subset()` pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[02/24] config: repo_config_get_expiry() pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[01/24] Documentation/technical: describe pseudo-merge bitmaps format pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-03-20 Taylor Blau New
[v6,16/16] bloom: introduce `deinit_bloom_filters()` bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,15/16] commit-graph: reuse existing Bloom filters where possible bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,14/16] object.h: fix mis-aligned flag bits table bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,13/16] commit-graph: new Bloom filter version that fixes murmur3 bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,12/16] commit-graph: unconditionally load Bloom filters bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,11/16] bloom: prepare to discard incompatible Bloom filters bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,10/16] bloom: annotate filters with hash version bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,09/16] repo-settings: introduce commitgraph.changedPathsVersion bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,08/16] t4216: test changed path filters with high bit paths bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,07/16] t/helper/test-read-graph: implement `bloom-filters` mode bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,06/16] bloom.h: make `load_bloom_filter_from_graph()` public bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,05/16] t/helper/test-read-graph.c: extract `dump_graph_info()` bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,04/16] gitformat-commit-graph: describe version 2 of BDAT bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,03/16] commit-graph: ensure Bloom filters are read with consistent settings bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,02/16] revision.c: consult Bloom filters for root commits bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
[v6,01/16] t/t4216-log-bloom.sh: harden `test_bloom_filters_not_used()` bloom: changed-path Bloom filters v2 (& sundries) - - - --- 2024-01-31 Taylor Blau New
pack-bitmap: drop unused `reuse_objects` pack-bitmap: drop unused `reuse_objects` - - - --- 2024-01-27 Taylor Blau New