index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pack-bitmap.c
Age
Commit message (
Expand
)
Author
2025-03-21
pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
Taylor Blau
2025-03-21
pack-bitmap.c: keep track of each layer's type bitmaps
Taylor Blau
2025-03-21
pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs
Taylor Blau
2025-03-21
pack-bitmap.c: compute disk-usage with incremental MIDXs
Taylor Blau
2025-03-21
pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs
Taylor Blau
2025-03-21
pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs
Taylor Blau
2025-03-21
pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs
Taylor Blau
2025-03-21
pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs
Taylor Blau
2025-03-21
pack-bitmap.c: open and store incremental bitmap layers
Taylor Blau
2025-03-21
pack-revindex: prepare for incremental MIDX bitmaps
Taylor Blau
2025-01-21
Merge branch 'ps/the-repository'
Junio C Hamano
2024-12-23
Merge branch 'tb/bitmap-fix-pack-reuse'
Junio C Hamano
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
2024-12-18
Merge branch 'ps/build-sign-compare' into ps/the-repository
Junio C Hamano
2024-12-18
pack-bitmap.c: ensure pack validity for all reuse packs
Taylor Blau
2024-12-13
Merge branch 'kn/midx-wo-the-repository'
Junio C Hamano
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-04
midx: pass down `hash_algo` to functions using global variables
Karthik Nayak
2024-12-04
Merge branch 'tb/boundary-traversal-fix'
Junio C Hamano
2024-12-04
midx: add repository to `multi_pack_index` struct
Karthik Nayak
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
2024-11-22
pack-bitmap.c: typofix in `find_boundary_objects()`
Taylor Blau
2024-10-25
packfile: use object_id in find_pack_entry_one()
Jeff King
2024-09-30
pseudo-merge: fix various memory leaks
Patrick Steinhardt
2024-08-27
pack-bitmap.c: avoid repeated `pack_pos_to_offset()` during reuse
Taylor Blau
2024-08-27
pack-bitmap: tag bitmapped packs with their corresponding MIDX
Taylor Blau
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-06-24
Merge branch 'tb/pseudo-merge-reachability-bitmap'
Junio C Hamano
2024-06-14
pack-bitmap.c: ensure pseudo-merge offset reads are bounded
Taylor Blau
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
2024-06-11
pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
Taylor Blau
2024-05-30
pack-bitmap.c: reimplement `midx_bitmap_filename()` with helper
Taylor Blau
2024-05-24
pseudo-merge: implement support for finding existing merges
Taylor Blau
2024-05-24
pack-bitmap: extra trace2 information
Taylor Blau
2024-05-24
pack-bitmap.c: use pseudo-merges during traversal
Taylor Blau
2024-05-24
pack-bitmap: implement test helpers for pseudo-merge
Taylor Blau
2024-05-24
pack-bitmap.c: read pseudo-merge extension
Taylor Blau
2024-05-24
pack-bitmap: extract `read_bitmap()` function
Taylor Blau
2024-04-23
Merge branch 'ps/missing-btmp-fix'
Junio C Hamano
2024-04-15
pack-bitmap: gracefully handle missing BTMP chunks
Patrick Steinhardt
2024-02-06
Merge branch 'tb/pack-bitmap-drop-unused-struct-member'
Junio C Hamano
2024-01-29
pack-bitmap: drop unused `reuse_objects`
Taylor Blau
2023-12-14
pack-bitmap: enable reuse from all bitmapped packs
Taylor Blau
2023-12-14
pack-bitmap: prepare to mark objects from multiple packs for reuse
Taylor Blau
2023-12-14
midx: implement `midx_preferred_pack()`
Taylor Blau
2023-12-14
pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()`
Taylor Blau
2023-12-14
pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signature
Taylor Blau
2023-12-14
pack-bitmap: pass `bitmapped_pack` struct to pack-reuse functions
Taylor Blau
[next]