Age | Commit message (Expand) | Author | Files | Lines |
2025-04-16 | Merge branch 'ps/cat-file-filter-batch' | Junio C Hamano | 1 | -1/+21 |
2025-04-15 | Merge branch 'ps/object-wo-the-repository' | Junio C Hamano | 1 | -0/+1 |
2025-04-07 | pack-bitmap: introduce function to check whether a pack is bitmapped | Patrick Steinhardt | 1 | -0/+7 |
2025-04-07 | pack-bitmap: add function to iterate over filtered bitmapped objects | Patrick Steinhardt | 1 | -0/+12 |
2025-04-07 | pack-bitmap: allow passing payloads to `show_reachable_fn()` | Patrick Steinhardt | 1 | -1/+2 |
2025-03-21 | midx: implement writing incremental MIDX bitmaps | Taylor Blau | 1 | -1/+3 |
2025-03-10 | pack-bitmap-write: stop depending on `the_repository` | Patrick Steinhardt | 1 | -0/+1 |
2024-08-27 | pack-bitmap: tag bitmapped packs with their corresponding MIDX | Taylor Blau | 1 | -0/+1 |
2024-08-15 | pack-bitmap: drop redundant args from `bitmap_writer_finish()` | Taylor Blau | 1 | -1/+0 |
2024-08-15 | pack-bitmap: drop redundant args from `bitmap_writer_build()` | Taylor Blau | 1 | -2/+1 |
2024-08-15 | pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()` | Taylor Blau | 1 | -3/+1 |
2024-08-15 | pack-bitmap: initialize `bitmap_writer_init()` with packing_data | Taylor Blau | 1 | -1/+2 |
2024-05-24 | pseudo-merge: implement support for finding existing merges | Taylor Blau | 1 | -0/+2 |
2024-05-24 | pack-bitmap: implement test helpers for pseudo-merge | Taylor Blau | 1 | -0/+3 |
2024-05-24 | pack-bitmap: extract `read_bitmap()` function | Taylor Blau | 1 | -0/+2 |
2024-05-24 | pack-bitmap-write.c: write pseudo-merge table | Taylor Blau | 1 | -0/+1 |
2024-05-24 | pseudo-merge: implement support for selecting pseudo-merge commits | Taylor Blau | 1 | -0/+2 |
2024-05-24 | pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public | Taylor Blau | 1 | -0/+2 |
2024-05-24 | pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()` | Taylor Blau | 1 | -0/+2 |
2024-05-24 | pack-bitmap-write: support storing pseudo-merge commits | Taylor Blau | 1 | -0/+3 |
2024-05-24 | pack-bitmap: move some initialization to `bitmap_writer_init()` | Taylor Blau | 1 | -1/+1 |
2024-05-15 | pack-bitmap: introduce `bitmap_writer_free()` | Taylor Blau | 1 | -0/+1 |
2024-05-15 | pack-bitmap: drop unused `max_bitmaps` parameter | Taylor Blau | 1 | -2/+1 |
2024-05-15 | pack-bitmap: avoid use of static `bitmap_writer` | Taylor Blau | 1 | -7/+31 |
2023-12-14 | pack-bitmap: enable reuse from all bitmapped packs | Taylor Blau | 1 | -1/+2 |
2023-12-14 | midx: implement `midx_preferred_pack()` | Taylor Blau | 1 | -1/+0 |
2023-12-14 | pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()` | Taylor Blau | 1 | -2/+3 |
2023-12-14 | pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signature | Taylor Blau | 1 | -4/+3 |
2023-12-14 | midx: implement `BTMP` chunk | Taylor Blau | 1 | -0/+9 |
2023-06-22 | Merge branch 'tb/pack-bitmap-traversal-with-boundary' | Junio C Hamano | 1 | -0/+4 |
2023-05-08 | pack-bitmap.c: use commit boundary during bitmap traversal | Taylor Blau | 1 | -0/+4 |
2023-05-02 | fsck: verify checksums of all .bitmap files | Derrick Stolee | 1 | -0/+2 |
2022-08-26 | pack-bitmap: prepare to read lookup table extension | Abhradeep Chakraborty | 1 | -0/+9 |
2022-08-26 | pack-bitmap-write.c: write lookup table extension | Abhradeep Chakraborty | 1 | -2/+3 |
2022-07-19 | pack-bitmap-write: use const for hashes | Derrick Stolee | 1 | -1/+1 |
2022-03-09 | pack-bitmap: drop filter in prepare_bitmap_walk() | Derrick Stolee | 1 | -2/+0 |
2021-10-18 | Merge branch 'tb/repack-write-midx' | Junio C Hamano | 1 | -0/+1 |
2021-09-28 | builtin/repack.c: make largest pack preferred | Taylor Blau | 1 | -0/+1 |
2021-09-14 | t/helper/test-bitmap.c: add 'dump-hashes' mode | Taylor Blau | 1 | -0/+1 |
2021-09-09 | pack-bitmap: drop repository argument from prepare_midx_bitmap_git() | Jeff King | 1 | -2/+1 |
2021-09-01 | pack-bitmap: read multi-pack bitmaps | Taylor Blau | 1 | -0/+6 |
2021-09-01 | pack-bitmap.c: introduce 'bitmap_is_preferred_refname()' | Taylor Blau | 1 | -0/+1 |
2021-08-24 | pack-bitmap-write.c: gracefully fail to write non-closed bitmaps | Taylor Blau | 1 | -1/+1 |
2021-05-07 | Merge branch 'ps/rev-list-object-type-filter' | Junio C Hamano | 1 | -1/+2 |
2021-04-19 | rev-list: allow filtering of provided items | Patrick Steinhardt | 1 | -1/+2 |
2021-03-31 | builtin/pack-objects.c: respect 'pack.preferBitmapTips' | Taylor Blau | 1 | -0/+3 |
2021-03-31 | pack-bitmap: add 'test_bitmap_commits()' helper | Taylor Blau | 1 | -0/+1 |
2021-02-11 | rev-list: add --disk-usage option for calculating disk usage | Jeff King | 1 | -0/+2 |
2020-12-08 | pack-bitmap: factor out 'bitmap_for_commit()' | Taylor Blau | 1 | -0/+2 |
2020-12-08 | pack-bitmap-write: ignore BITMAP_FLAG_REUSE | Jeff King | 1 | -1/+5 |
2020-03-02 | Merge branch 'jk/object-filter-with-bitmap' | Junio C Hamano | 1 | -1/+4 |
2020-02-14 | Merge branch 'jk/packfile-reuse-cleanup' | Junio C Hamano | 1 | -1/+5 |
2020-02-14 | pack-bitmap: basic noop bitmap filter infrastructure | Jeff King | 1 | -1/+3 |
2020-02-14 | rev-list: allow commit-only bitmap traversals | Jeff King | 1 | -0/+1 |
2020-01-23 | pack-objects: improve partial packfile reuse | Jeff King | 1 | -1/+2 |
2020-01-23 | pack-bitmap: introduce bitmap_walk_contains() | Jeff King | 1 | -0/+3 |
2019-09-28 | pack-bitmap.h: remove magic number | Denton Liu | 1 | -3/+3 |
2019-06-20 | pack-bitmap: convert khash_sha1 maps into kh_oid_map | Jeff King | 1 | -1/+1 |
2019-04-01 | pack-bitmap: switch hash tables to use struct object_id | brian m. carlson | 1 | -1/+1 |
2019-04-01 | pack-bitmap: make bitmap header handling hash agnostic | brian m. carlson | 1 | -1/+1 |
2018-11-12 | pack-*.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-09-04 | bitmap_has_sha1_in_uninteresting(): drop BUG check | Jeff King | 1 | -1/+1 |
2018-08-21 | pack-bitmap: save "have" bitmap from walk | Jeff King | 1 | -0/+7 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+3 |
2018-06-21 | pack-bitmap: add free function | Jonathan Tan | 1 | -0/+1 |
2018-06-21 | pack-bitmap: remove bitmap_git global variable | Jonathan Tan | 1 | -6/+13 |
2018-04-16 | pack-objects: move in_pack_pos out of struct object_entry | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2017-10-16 | pack-bitmap: convert traverse_bitmap_commit_list to object_id | brian m. carlson | 1 | -1/+1 |
2015-01-15 | pack-bitmap.c: make pack_bitmap_filename() static | Junio C Hamano | 1 | -1/+0 |
2014-11-30 | pack-bitmap: do not use gcc packed attribute | Karsten Blees | 1 | -6/+0 |
2013-12-30 | pack-bitmap: implement optional name_hash cache | Vicent Marti | 1 | -2/+4 |
2013-12-30 | pack-objects: implement bitmap writing | Vicent Marti | 1 | -0/+19 |
2013-12-30 | pack-bitmap: add support for bitmap indexes | Vicent Marti | 1 | -0/+43 |