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
/
t
/
helper
/
test-read-midx.c
Age
Commit message (
Expand
)
Author
2026-02-24
t/helper/test-read-midx.c: plug memory leak when selecting layer
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
2025-08-11
midx: stop duplicating info redundant with its owning source
Patrick Steinhardt
2025-08-11
midx: load multi-pack indices via their source
Patrick Steinhardt
2025-08-11
midx: drop redundant `struct repository` parameter
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2024-12-04
midx: pass `repository` to `load_multi_pack_index`
Karthik Nayak
2024-08-22
t/helper: fix leaking multi-pack-indices in "read-midx"
Patrick Steinhardt
2024-08-06
midx: support reading incremental MIDX chains
Taylor Blau
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2023-12-14
midx: implement `midx_preferred_pack()`
Taylor Blau
2023-12-14
midx: implement `BTMP` chunk
Taylor Blau
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-24
packfile.h: move pack_window and pack_entry from cache.h
Elijah Newren
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2021-10-27
t/helper/test-read-midx.c: free MIDX within read_midx_file()
Taylor Blau
2021-10-07
test-read-midx: fix leak of bitmap_index struct
Jeff King
2021-09-28
builtin/repack.c: make largest pack preferred
Taylor Blau
2021-09-01
t/helper/test-read-midx.c: add --checksum mode
Taylor Blau
2021-03-30
t/helper/test-read-midx.c: add '--show-objects'
Taylor Blau
2020-08-17
multi-pack-index: use hash version byte
Derrick Stolee
2018-08-20
multi-pack-index: store local property
Derrick Stolee
2018-07-20
midx: write object offsets
Derrick Stolee
2018-07-20
midx: write object id fanout chunk
Derrick Stolee
2018-07-20
midx: write object ids in a chunk
Derrick Stolee
2018-07-20
midx: read pack names into array
Derrick Stolee
2018-07-20
multi-pack-index: write pack names in chunk
Derrick Stolee
2018-07-20
multi-pack-index: load into memory
Derrick Stolee