summaryrefslogtreecommitdiffstats
path: root/midx-write.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+2
|\
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* | midx: pass down `hash_algo` to functions using global variablesKarthik Nayak2024-12-041-11/+11
* | midx-write: pass down repository to `write_midx_file[_only]`Karthik Nayak2024-12-041-13/+9
* | write-midx: add repository field to `write_midx_context`Karthik Nayak2024-12-041-18/+20
* | midx-write: use `revs->repo` inside `read_refs_snapshot`Karthik Nayak2024-12-041-1/+2
* | midx-write: pass down repository to static functionsKarthik Nayak2024-12-041-26/+31
* | packfile: add repository to struct `packed_git`Karthik Nayak2024-12-041-1/+1
|/
* pack-write: fix return parameter of `write_rev_file_order()`Patrick Steinhardt2024-09-301-1/+2
* midx-write: fix leaking bufferPatrick Steinhardt2024-09-301-0/+2
* Merge branch 'ps/leakfixes-part-5'Junio C Hamano2024-09-031-12/+12
|\
| * midx-write: fix leaking hashfile on error casesPatrick Steinhardt2024-08-221-12/+12
* | Merge branch 'tb/pseudo-merge-bitmap-fixes'Junio C Hamano2024-08-261-6/+4
|\ \ | |/ |/|
| * pack-bitmap: drop redundant args from `bitmap_writer_finish()`Taylor Blau2024-08-151-2/+1
| * pack-bitmap: drop redundant args from `bitmap_writer_build()`Taylor Blau2024-08-151-1/+1
| * pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()`Taylor Blau2024-08-151-2/+1
| * pack-bitmap: initialize `bitmap_writer_init()` with packing_dataTaylor Blau2024-08-151-1/+1
* | Merge branch 'tb/incremental-midx-part-1'Junio C Hamano2024-08-191-49/+275
|\ \
| * | midx: implement support for writing incremental MIDX chainsTaylor Blau2024-08-061-45/+267
| * | midx: teach `midx_fanout_add_midx_fanout()` about incremental MIDXsTaylor Blau2024-08-061-4/+8
* | | refs: add referent to each_ref_fnJohn Cai2024-08-091-1/+1
| |/ |/|
* | Merge branch 'ds/midx-write-repack-fix'Junio C Hamano2024-07-241-9/+9
|\ \ | |/ |/|
| * midx-write: revert use of --stdin-packsDerrick Stolee2024-07-191-9/+9
* | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+2
|\ \
| * | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | | Merge branch 'tb/pseudo-merge-reachability-bitmap'Junio C Hamano2024-06-251-1/+1
|\ \ \
| * | | pack-bitmap: move some initialization to `bitmap_writer_init()`Taylor Blau2024-05-241-1/+1
* | | | midx-write.c: do not read existing MIDX with `packs_to_include`Taylor Blau2024-06-121-11/+31
| |/ / |/| |
* | | 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