index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
midx-write.c
Age
Commit message (
Expand
)
Author
2026-02-24
midx: enable reachability bitmaps during MIDX compaction
Taylor Blau
2026-02-24
midx: implement MIDX compaction
Taylor Blau
2026-02-24
midx-write.c: factor fanout layering from `compute_sorted_entries()`
Taylor Blau
2026-02-24
midx-write.c: enumerate `pack_int_id` values directly
Taylor Blau
2026-02-24
midx-write.c: extract `fill_pack_from_midx()`
Taylor Blau
2026-02-24
midx-write.c: introduce `midx_pack_perm()` helper
Taylor Blau
2026-02-24
midx: do not require packs to be sorted in lexicographic order
Taylor Blau
2026-02-24
midx-write.c: introduce `struct write_midx_opts`
Taylor Blau
2026-02-24
midx-write.c: don't use `pack_perm` when assigning `bitmap_pos`
Taylor Blau
2026-02-24
midx: introduce `midx_get_checksum_hex()`
Taylor Blau
2026-02-24
midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`
Taylor Blau
2026-01-21
Merge branch 'tb/midx-write-corrupt-checksum-fix'
Junio C Hamano
2026-01-13
midx-write.c: assume checksum-invalid MIDXs require an update
Taylor Blau
2026-01-12
Merge branch 'rs/commit-stack'
Junio C Hamano
2025-12-30
Merge branch 'ps/repack-avoid-noop-midx-rewrite'
Junio C Hamano
2025-12-25
midx: use commit_stack
René Scharfe
2025-12-11
midx-write: skip rewriting MIDX with `--stdin-packs` unless needed
Patrick Steinhardt
2025-12-11
midx-write: extract function to test whether MIDX needs updating
Patrick Steinhardt
2025-12-05
Merge branch 'ps/object-source-management'
Junio C Hamano
2025-11-19
odb: adopt logic to close object databases
Patrick Steinhardt
2025-11-04
refs: expose peeled object ID via the iterator
Patrick Steinhardt
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
2025-09-15
Merge branch 'ds/midx-write-fixes'
Junio C Hamano
2025-09-12
Merge branch 'ps/object-store-midx-dedup-info'
Junio C Hamano
2025-09-05
midx-write: simplify error cases
Derrick Stolee
2025-09-05
midx-write: reenable signed comparison errors
Derrick Stolee
2025-09-05
midx-write: use uint32_t for preferred_pack_idx
Derrick Stolee
2025-09-05
midx-write: use cleanup when incremental midx fails
Derrick Stolee
2025-09-05
midx-write: put failing response value back
Derrick Stolee
2025-09-05
midx-write: only load initialized packs
Derrick Stolee
2025-08-11
midx: compute paths via their source
Patrick Steinhardt
2025-08-11
midx: stop duplicating info redundant with its owning source
Patrick Steinhardt
2025-08-11
midx: write multi-pack indices via their source
Patrick Steinhardt
2025-08-11
midx: drop redundant `struct repository` parameter
Patrick Steinhardt
2025-08-11
odb: allow `odb_find_source()` to fail
Patrick Steinhardt
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
2025-07-16
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt
2025-07-15
packfile: refactor `get_multi_pack_index()` to work on sources
Patrick Steinhardt
2025-07-01
odb: get rid of `the_repository` in `find_odb()`
Patrick Steinhardt
2025-05-22
midx: avoid negative array index
Phillip Wood
2025-05-22
midx repack: avoid potential integer overflow on 64 bit systems
Phillip Wood
2025-05-22
midx repack: avoid integer overflow on 32 bit systems
Phillip Wood
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
2025-03-21
midx: implement writing incremental MIDX bitmaps
Taylor Blau
2025-03-10
pack-write: stop depending on `the_repository` and `the_hash_algo`
Patrick Steinhardt
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
2025-03-10
csum-file: stop depending on `the_repository`
Patrick Steinhardt
2025-02-28
path: adjust last remaining users of `the_repository`
Patrick Steinhardt
[next]