commit: move clear_commit_marks_many() loop body to clear_commit_marks()
René Scharfe committed over 1 year ago
midx: implement writing incremental MIDX bitmaps
Taylor Blau committed over 1 year ago
pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
Taylor Blau committed over 1 year ago
pack-bitmap.c: keep track of each layer's type bitmaps
Taylor Blau committed over 1 year ago
ewah: implement `struct ewah_or_iterator`
Taylor Blau committed over 1 year ago
pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs
Taylor Blau committed over 1 year ago
pack-bitmap.c: compute disk-usage with incremental MIDXs
Taylor Blau committed over 1 year ago
pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs
Taylor Blau committed over 1 year ago
pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs
Taylor Blau committed over 1 year ago
pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs
Taylor Blau committed over 1 year ago
pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs
Taylor Blau committed over 1 year ago
pack-bitmap.c: open and store incremental bitmap layers
Taylor Blau committed over 1 year ago
pack-revindex: prepare for incremental MIDX bitmaps
Taylor Blau committed over 1 year ago
Documentation: describe incremental MIDX bitmaps
Taylor Blau committed over 1 year ago
Documentation: remove a "future work" item from the MIDX docs
Taylor Blau committed over 1 year ago
compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL`
Patrick Steinhardt committed over 1 year ago
meson: fix compat sources when compiling with MSVC
Patrick Steinhardt committed over 1 year ago
builtin/fetch: avoid aborting closed reference transaction
Justin Tobler committed over 1 year ago
repack: begin combining cruft packs with `--combine-cruft-below-size`
Taylor Blau committed over 1 year ago
repack: avoid combining cruft packs with `--max-cruft-size`
Taylor Blau committed over 1 year ago