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.c
Age
Commit message (
Expand
)
Author
2026-03-25
Merge branch 'tb/incremental-midx-part-3.2'
Junio C Hamano
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
2026-02-24
midx: do not require packs to be sorted in lexicographic order
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-02-24
midx: mark `get_midx_checksum()` arguments as const
Taylor Blau
2026-01-21
Merge branch 'ps/packfile-store-in-odb-source'
Junio C Hamano
2026-01-09
packfile: move MIDX into packfile store
Patrick Steinhardt
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
2025-12-30
Merge branch 'ps/repack-avoid-noop-midx-rewrite'
Junio C Hamano
2025-12-11
midx: fix `BUG()` when getting preferred pack without a reverse index
Patrick Steinhardt
2025-10-30
packfile: always add packfiles to MRU when adding a pack
Patrick Steinhardt
2025-10-30
packfile: move the MRU list into the packfile store
Patrick Steinhardt
2025-09-24
packfile: move `get_multi_pack_index()` into "midx.c"
Patrick Steinhardt
2025-09-24
packfile: introduce function to load and add packfiles
Patrick Steinhardt
2025-09-24
packfile: refactor `install_packed_git()` to work on packfile store
Patrick Steinhardt
2025-09-24
odb: move MRU list of packfiles into `struct packfile_store`
Patrick Steinhardt
2025-09-24
odb: move packfile map into `struct packfile_store`
Patrick Steinhardt
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: load multi-pack indices via their source
Patrick Steinhardt
2025-08-11
midx: drop redundant `struct repository` parameter
Patrick Steinhardt
2025-08-11
odb: store locality in object database sources
Patrick Steinhardt
2025-07-15
midx: remove now-unused linked list of multi-pack indices
Patrick Steinhardt
2025-07-15
midx: stop using linked list when closing MIDX
Patrick Steinhardt
2025-07-15
midx: start tracking per object database source
Patrick Steinhardt
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
2025-05-28
midx: stop repeatedly looking up nonexistent packfiles
Patrick Steinhardt
2025-04-15
object-file: move `git_open_cloexec()` to "compat/open.c"
Patrick Steinhardt
2025-03-10
csum-file: stop depending on `the_repository`
Patrick Steinhardt
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
2024-12-18
Merge branch 'ps/build-sign-compare' into ps/the-repository
Junio C Hamano
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-04
midx: inline the `MIDX_MIN_SIZE` definition
Karthik Nayak
2024-12-04
midx: pass down `hash_algo` to functions using global variables
Karthik Nayak
2024-12-04
midx: pass `repository` to `load_multi_pack_index`
Karthik Nayak
2024-12-04
midx: cleanup internal usage of `the_repository` and `the_hash_algo`
Karthik Nayak
2024-12-04
midx: add repository to `multi_pack_index` struct
Karthik Nayak
2024-12-04
packfile: add repository to struct `packed_git`
Karthik Nayak
2024-10-25
packfile: use object_id in find_pack_entry_one()
Jeff King
2024-10-25
midx: avoid duplicate packed_git entries
Jeff King
2024-08-27
pack-bitmap: tag bitmapped packs with their corresponding MIDX
Taylor Blau
2024-08-13
midx: drop unused parameters from add_midx_to_chain()
Jeff King
2024-08-06
midx: implement support for writing incremental MIDX chains
Taylor Blau
2024-08-06
midx: implement verification support for incremental MIDXs
Taylor Blau
2024-08-06
midx: support reading incremental MIDX chains
Taylor Blau
2024-08-06
midx: teach `midx_preferred_pack()` about incremental MIDXs
Taylor Blau
2024-08-06
midx: teach `midx_contains_pack()` about incremental MIDXs
Taylor Blau
2024-08-06
midx: remove unused `midx_locate_pack()`
Taylor Blau
[next]