summaryrefslogtreecommitdiff
path: root/pack-bitmap.c
AgeCommit message (Expand)Author
2025-03-21pack-bitmap.c: use `ewah_or_iterator` for type bitmap iteratorsTaylor Blau
2025-03-21pack-bitmap.c: keep track of each layer's type bitmapsTaylor Blau
2025-03-21pack-bitmap.c: apply pseudo-merge commits with incremental MIDXsTaylor Blau
2025-03-21pack-bitmap.c: compute disk-usage with incremental MIDXsTaylor Blau
2025-03-21pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXsTaylor Blau
2025-03-21pack-bitmap.c: support bitmap pack-reuse with incremental MIDXsTaylor Blau
2025-03-21pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXsTaylor Blau
2025-03-21pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXsTaylor Blau
2025-03-21pack-bitmap.c: open and store incremental bitmap layersTaylor Blau
2025-03-21pack-revindex: prepare for incremental MIDX bitmapsTaylor Blau
2025-01-21Merge branch 'ps/the-repository'Junio C Hamano
2024-12-23Merge branch 'tb/bitmap-fix-pack-reuse'Junio C Hamano
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-18progress: stop using `the_repository`Patrick Steinhardt
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano
2024-12-18pack-bitmap.c: ensure pack validity for all reuse packsTaylor Blau
2024-12-13Merge branch 'kn/midx-wo-the-repository'Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04midx: pass down `hash_algo` to functions using global variablesKarthik Nayak
2024-12-04Merge branch 'tb/boundary-traversal-fix'Junio C Hamano
2024-12-04midx: add repository to `multi_pack_index` structKarthik Nayak
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak
2024-11-22pack-bitmap.c: typofix in `find_boundary_objects()`Taylor Blau
2024-10-25packfile: use object_id in find_pack_entry_one()Jeff King
2024-09-30pseudo-merge: fix various memory leaksPatrick Steinhardt
2024-08-27pack-bitmap.c: avoid repeated `pack_pos_to_offset()` during reuseTaylor Blau
2024-08-27pack-bitmap: tag bitmapped packs with their corresponding MIDXTaylor Blau
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-24Merge branch 'tb/pseudo-merge-reachability-bitmap'Junio C Hamano
2024-06-14pack-bitmap.c: ensure pseudo-merge offset reads are boundedTaylor Blau
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt
2024-06-11pack-bitmap.c: avoid uninitialized `pack_int_id` during reuseTaylor Blau
2024-05-30pack-bitmap.c: reimplement `midx_bitmap_filename()` with helperTaylor Blau
2024-05-24pseudo-merge: implement support for finding existing mergesTaylor Blau
2024-05-24pack-bitmap: extra trace2 informationTaylor Blau
2024-05-24pack-bitmap.c: use pseudo-merges during traversalTaylor Blau
2024-05-24pack-bitmap: implement test helpers for pseudo-mergeTaylor Blau
2024-05-24pack-bitmap.c: read pseudo-merge extensionTaylor Blau
2024-05-24pack-bitmap: extract `read_bitmap()` functionTaylor Blau
2024-04-23Merge branch 'ps/missing-btmp-fix'Junio C Hamano
2024-04-15pack-bitmap: gracefully handle missing BTMP chunksPatrick Steinhardt
2024-02-06Merge branch 'tb/pack-bitmap-drop-unused-struct-member'Junio C Hamano
2024-01-29pack-bitmap: drop unused `reuse_objects`Taylor Blau
2023-12-14pack-bitmap: enable reuse from all bitmapped packsTaylor Blau
2023-12-14pack-bitmap: prepare to mark objects from multiple packs for reuseTaylor Blau
2023-12-14midx: implement `midx_preferred_pack()`Taylor Blau
2023-12-14pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()`Taylor Blau
2023-12-14pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signatureTaylor Blau
2023-12-14pack-bitmap: pass `bitmapped_pack` struct to pack-reuse functionsTaylor Blau