index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
midx.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-25
Merge branch 'tb/incremental-midx-part-3.2'
Junio C Hamano
-4
/
+35
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
-11
/
+15
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
-9
/
+9
2026-02-24
midx: do not require packs to be sorted in lexicographic order
Taylor Blau
-3
/
+28
2026-02-24
midx: introduce `midx_get_checksum_hex()`
Taylor Blau
-0
/
+6
2026-02-24
midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`
Taylor Blau
-1
/
+1
2026-02-24
midx: mark `get_midx_checksum()` arguments as const
Taylor Blau
-1
/
+1
2026-01-21
Merge branch 'ps/packfile-store-in-odb-source'
Junio C Hamano
-10
/
+9
2026-01-09
packfile: move MIDX into packfile store
Patrick Steinhardt
-7
/
+7
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
-3
/
+2
2025-12-30
Merge branch 'ps/repack-avoid-noop-midx-rewrite'
Junio C Hamano
-1
/
+1
2025-12-11
midx: fix `BUG()` when getting preferred pack without a reverse index
Patrick Steinhardt
-1
/
+1
2025-10-30
packfile: always add packfiles to MRU when adding a pack
Patrick Steinhardt
-2
/
+0
2025-10-30
packfile: move the MRU list into the packfile store
Patrick Steinhardt
-1
/
+1
2025-09-24
packfile: move `get_multi_pack_index()` into "midx.c"
Patrick Steinhardt
-0
/
+6
2025-09-24
packfile: introduce function to load and add packfiles
Patrick Steinhardt
-19
/
+4
2025-09-24
packfile: refactor `install_packed_git()` to work on packfile store
Patrick Steinhardt
-1
/
+1
2025-09-24
odb: move MRU list of packfiles into `struct packfile_store`
Patrick Steinhardt
-1
/
+1
2025-09-24
odb: move packfile map into `struct packfile_store`
Patrick Steinhardt
-1
/
+1
2025-08-11
midx: compute paths via their source
Patrick Steinhardt
-29
/
+25
2025-08-11
midx: stop duplicating info redundant with its owning source
Patrick Steinhardt
-10
/
+11
2025-08-11
midx: load multi-pack indices via their source
Patrick Steinhardt
-32
/
+25
2025-08-11
midx: drop redundant `struct repository` parameter
Patrick Steinhardt
-9
/
+9
2025-08-11
odb: store locality in object database sources
Patrick Steinhardt
-2
/
+3
2025-07-15
midx: remove now-unused linked list of multi-pack indices
Patrick Steinhardt
-16
/
+2
2025-07-15
midx: stop using linked list when closing MIDX
Patrick Steinhardt
-5
/
+8
2025-07-15
midx: start tracking per object database source
Patrick Steinhardt
-8
/
+11
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
-3
/
+3
2025-05-28
midx: stop repeatedly looking up nonexistent packfiles
Patrick Steinhardt
-2
/
+10
2025-04-15
object-file: move `git_open_cloexec()` to "compat/open.c"
Patrick Steinhardt
-1
/
+0
2025-03-10
csum-file: stop depending on `the_repository`
Patrick Steinhardt
-1
/
+2
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
-4
/
+9
2024-12-18
Merge branch 'ps/build-sign-compare' into ps/the-repository
Junio C Hamano
-0
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+1
2024-12-04
midx: inline the `MIDX_MIN_SIZE` definition
Karthik Nayak
-5
/
+1
2024-12-04
midx: pass down `hash_algo` to functions using global variables
Karthik Nayak
-11
/
+15
2024-12-04
midx: pass `repository` to `load_multi_pack_index`
Karthik Nayak
-5
/
+6
2024-12-04
midx: cleanup internal usage of `the_repository` and `the_hash_algo`
Karthik Nayak
-22
/
+27
2024-12-04
midx: add repository to `multi_pack_index` struct
Karthik Nayak
-0
/
+1
2024-12-04
packfile: add repository to struct `packed_git`
Karthik Nayak
-1
/
+1
2024-10-25
packfile: use object_id in find_pack_entry_one()
Jeff King
-1
/
+1
2024-10-25
midx: avoid duplicate packed_git entries
Jeff King
-3
/
+17
2024-08-27
pack-bitmap: tag bitmapped packs with their corresponding MIDX
Taylor Blau
-0
/
+1
2024-08-13
midx: drop unused parameters from add_midx_to_chain()
Jeff King
-9
/
+5
2024-08-06
midx: implement support for writing incremental MIDX chains
Taylor Blau
-11
/
+51
2024-08-06
midx: implement verification support for incremental MIDXs
Taylor Blau
-17
/
+30
2024-08-06
midx: support reading incremental MIDX chains
Taylor Blau
-10
/
+174
2024-08-06
midx: teach `midx_preferred_pack()` about incremental MIDXs
Taylor Blau
-2
/
+5
2024-08-06
midx: teach `midx_contains_pack()` about incremental MIDXs
Taylor Blau
-1
/
+10
2024-08-06
midx: remove unused `midx_locate_pack()`
Taylor Blau
-11
/
+2
[next]