index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
helper
/
test-read-midx.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2024-12-04
midx: pass `repository` to `load_multi_pack_index`
Karthik Nayak
1
-4
/
+4
2024-08-22
t/helper: fix leaking multi-pack-indices in "read-midx"
Patrick Steinhardt
1
-1
/
+7
2024-08-06
midx: support reading incremental MIDX chains
Taylor Blau
1
-7
/
+17
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2023-12-14
midx: implement `midx_preferred_pack()`
Taylor Blau
1
-8
/
+5
2023-12-14
midx: implement `BTMP` chunk
Taylor Blau
1
-1
/
+29
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
1
-1
/
+0
2023-04-24
packfile.h: move pack_window and pack_entry from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2021-10-27
t/helper/test-read-midx.c: free MIDX within read_midx_file()
Taylor Blau
1
-1
/
+2
2021-10-07
test-read-midx: fix leak of bitmap_index struct
Jeff King
1
-2
/
+6
2021-09-28
builtin/repack.c: make largest pack preferred
Taylor Blau
1
-1
/
+24
2021-09-01
t/helper/test-read-midx.c: add --checksum mode
Taylor Blau
1
-1
/
+15
2021-03-30
t/helper/test-read-midx.c: add '--show-objects'
Taylor Blau
1
-4
/
+20
2020-08-17
multi-pack-index: use hash version byte
Derrick Stolee
1
-2
/
+6
2018-08-20
multi-pack-index: store local property
Derrick Stolee
1
-1
/
+1
2018-07-20
midx: write object offsets
Derrick Stolee
1
-0
/
+4
2018-07-20
midx: write object id fanout chunk
Derrick Stolee
1
-1
/
+3
2018-07-20
midx: write object ids in a chunk
Derrick Stolee
1
-0
/
+2
2018-07-20
midx: read pack names into array
Derrick Stolee
1
-0
/
+5
2018-07-20
multi-pack-index: write pack names in chunk
Derrick Stolee
1
-0
/
+7
2018-07-20
multi-pack-index: load into memory
Derrick Stolee
1
-0
/
+31