repo: replace get_value_fn_for_key by get_repo_info_field
Lucas Seiki Oshiro committed 5 months ago
repo: rename repo_info_fields to repo_info_field
Lucas Seiki Oshiro committed 5 months ago
CodingGuidelines: instruct to name arrays in singular
Lucas Seiki Oshiro committed 5 months ago
refs: add GIT_REFERENCE_BACKEND to specify reference backend
Karthik Nayak committed 5 months ago
refs: allow reference location in refstorage config
Karthik Nayak committed 5 months ago
refs: receive and use the reference storage payload
Karthik Nayak committed 5 months ago
refs: move out stub modification to generic layer
Karthik Nayak committed 5 months ago
refs: extract out `refs_create_refdir_stubs()`
Karthik Nayak committed 5 months ago
setup: don't modify repo in `create_reference_database()`
Karthik Nayak committed 5 months ago
fetch: fix wrong evaluation order in URL trailing-slash trimming
cuiweixie committed 5 months ago
midx: enable reachability bitmaps during MIDX compaction
Taylor Blau committed 5 months ago
midx: implement MIDX compaction
Taylor Blau committed 5 months ago
t/helper/test-read-midx.c: plug memory leak when selecting layer
Taylor Blau committed 5 months ago
midx-write.c: factor fanout layering from `compute_sorted_entries()`
Taylor Blau committed 5 months ago
midx-write.c: enumerate `pack_int_id` values directly
Taylor Blau committed 5 months ago
midx-write.c: extract `fill_pack_from_midx()`
Taylor Blau committed 5 months ago
midx-write.c: introduce `midx_pack_perm()` helper
Taylor Blau committed 5 months ago
midx: do not require packs to be sorted in lexicographic order
Taylor Blau committed 5 months ago
midx-write.c: introduce `struct write_midx_opts`
Taylor Blau committed 5 months ago
midx-write.c: don't use `pack_perm` when assigning `bitmap_pos`
Taylor Blau committed 5 months ago