summaryrefslogtreecommitdiffstats
path: root/midx-write.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/midx-write-cleanup'Junio C Hamano2024-06-071-82/+79
|\
| * midx-write.c: support reading an existing MIDX with `packs_to_include`Taylor Blau2024-05-301-31/+11
| * midx-write.c: extract `fill_packs_from_midx()`Taylor Blau2024-05-301-30/+38
| * midx-write.c: extract `should_include_pack()`Taylor Blau2024-05-301-20/+28
| * midx-write.c: pass `start_pack` to `compute_sorted_entries()`Taylor Blau2024-05-301-4/+6
| * midx-write.c: reduce argument count for `get_sorted_entries()`Taylor Blau2024-05-301-26/+19
| * midx-write.c: tolerate `--preferred-pack` without bitmapsTaylor Blau2024-05-301-1/+7
* | Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano2024-05-301-1/+1
|\ \
| * | refs: pass repo when peeling objectsPatrick Steinhardt2024-05-171-1/+1
* | | Merge branch 'tb/pack-bitmap-write-cleanups'Junio C Hamano2024-05-281-6/+11
|\ \ \ | |/ / |/| |
| * | pack-bitmap: introduce `bitmap_writer_free()`Taylor Blau2024-05-151-0/+1
| * | pack-bitmap: drop unused `max_bitmaps` parameterTaylor Blau2024-05-151-1/+1
| * | pack-bitmap: avoid use of static `bitmap_writer`Taylor Blau2024-05-151-6/+10
| |/
* / cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-1/+2
|/
* midx-write.c: use `--stdin-packs` when repackingTaylor Blau2024-04-011-9/+9
* midx-write.c: check count of packs to repack after groupingTaylor Blau2024-04-011-24/+20
* midx-write.c: factor out common want_included_pack() routineTaylor Blau2024-04-011-12/+20
* midx-write: move writing-related functions from midx.cTaylor Blau2024-04-011-0/+1521