pack-objects: pass `bitmapped_pack`'s to pack-reuse functions
Taylor Blau committed over 2 years ago
pack-objects: keep track of `pack_start` for each reuse pack
Taylor Blau committed over 2 years ago
pack-objects: parameterize pack-reuse routines over a single pack
Taylor Blau committed over 2 years ago
pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()`
Taylor Blau committed over 2 years ago
pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signature
Taylor Blau committed over 2 years ago
ewah: implement `bitmap_is_empty()`
Taylor Blau committed over 2 years ago
pack-bitmap: pass `bitmapped_pack` struct to pack-reuse functions
Taylor Blau committed over 2 years ago
midx: implement `midx_locate_pack()`
Taylor Blau committed over 2 years ago
Taylor Blau committed over 2 years ago
midx: factor out `fill_pack_info()`
Taylor Blau committed over 2 years ago
pack-bitmap: plug leak in find_objects()
Taylor Blau committed over 2 years ago
pack-bitmap-write: deep-clear the `bb_commit` slab
Taylor Blau committed over 2 years ago
pack-objects: free packing_data in more places
Taylor Blau committed over 2 years ago
mailinfo: avoid recursion when unquoting From headers
Jeff King committed over 2 years ago
t5100: make rfc822 comment test more careful
Jeff King committed over 2 years ago
bisect: consistently write BISECT_EXPECTED_REV via the refdb
Patrick Steinhardt committed over 2 years ago
refs: complete list of special refs
Patrick Steinhardt committed over 2 years ago
refs: propagate errno when reading special refs fails
Patrick Steinhardt committed over 2 years ago
wt-status: read HEAD and ORIG_HEAD via the refdb
Patrick Steinhardt committed over 2 years ago
checkout: forbid "-B <branch>" from touching a branch used elsewhere
Junio C Hamano committed over 2 years ago