index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
midx.c
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
packfile: recover when a multi-pack-index names a removed pack
Elijah Newren
1
-10
/
+10
2026-08-19
odb/source-packed: flag known-bad objects as corrupt and not missing
Patrick Steinhardt
1
-3
/
+7
2026-06-22
odb/source: generalize `reprepare()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-17
midx: refactor interfaces to work on "packed" source
Patrick Steinhardt
1
-59
/
+59
2026-06-17
odb/source-packed: wire up `reprepare()` callback
Patrick Steinhardt
1
-1
/
+1
2026-05-20
repack: introduce `--write-midx=incremental`
Taylor Blau
1
-0
/
+29
2026-05-20
midx: expose `midx_layer_contains_pack()`
Taylor Blau
1
-3
/
+3
2026-05-20
midx: use `strvec` for `keep_hashes`
Taylor Blau
1
-10
/
+10
2026-05-20
midx: use `strset` for retained MIDX files
Taylor Blau
1
-30
/
+27
2026-03-25
Merge branch 'tb/incremental-midx-part-3.2'
Junio C Hamano
1
-4
/
+35
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
1
-11
/
+15
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
1
-9
/
+9
2026-02-24
midx: do not require packs to be sorted in lexicographic order
Taylor Blau
1
-3
/
+28
2026-02-24
midx: introduce `midx_get_checksum_hex()`
Taylor Blau
1
-0
/
+6
2026-02-24
midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`
Taylor Blau
1
-1
/
+1
2026-02-24
midx: mark `get_midx_checksum()` arguments as const
Taylor Blau
1
-1
/
+1
2026-01-21
Merge branch 'ps/packfile-store-in-odb-source'
Junio C Hamano
1
-10
/
+9
2026-01-09
packfile: move MIDX into packfile store
Patrick Steinhardt
1
-7
/
+7
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
1
-3
/
+2
2025-12-30
Merge branch 'ps/repack-avoid-noop-midx-rewrite'
Junio C Hamano
1
-1
/
+1
2025-12-11
midx: fix `BUG()` when getting preferred pack without a reverse index
Patrick Steinhardt
1
-1
/
+1
2025-10-30
packfile: always add packfiles to MRU when adding a pack
Patrick Steinhardt
1
-2
/
+0
2025-10-30
packfile: move the MRU list into the packfile store
Patrick Steinhardt
1
-1
/
+1
2025-09-24
packfile: move `get_multi_pack_index()` into "midx.c"
Patrick Steinhardt
1
-0
/
+6
2025-09-24
packfile: introduce function to load and add packfiles
Patrick Steinhardt
1
-19
/
+4
2025-09-24
packfile: refactor `install_packed_git()` to work on packfile store
Patrick Steinhardt
1
-1
/
+1
2025-09-24
odb: move MRU list of packfiles into `struct packfile_store`
Patrick Steinhardt
1
-1
/
+1
2025-09-24
odb: move packfile map into `struct packfile_store`
Patrick Steinhardt
1
-1
/
+1
2025-08-11
midx: compute paths via their source
Patrick Steinhardt
1
-29
/
+25
2025-08-11
midx: stop duplicating info redundant with its owning source
Patrick Steinhardt
1
-10
/
+11
2025-08-11
midx: load multi-pack indices via their source
Patrick Steinhardt
1
-32
/
+25
2025-08-11
midx: drop redundant `struct repository` parameter
Patrick Steinhardt
1
-9
/
+9
2025-08-11
odb: store locality in object database sources
Patrick Steinhardt
1
-2
/
+3
2025-07-15
midx: remove now-unused linked list of multi-pack indices
Patrick Steinhardt
1
-16
/
+2
2025-07-15
midx: stop using linked list when closing MIDX
Patrick Steinhardt
1
-5
/
+8
2025-07-15
midx: start tracking per object database source
Patrick Steinhardt
1
-8
/
+11
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
1
-3
/
+3
2025-05-28
midx: stop repeatedly looking up nonexistent packfiles
Patrick Steinhardt
1
-2
/
+10
2025-04-15
object-file: move `git_open_cloexec()` to "compat/open.c"
Patrick Steinhardt
1
-1
/
+0
2025-03-10
csum-file: stop depending on `the_repository`
Patrick Steinhardt
1
-1
/
+2
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
1
-4
/
+9
2024-12-18
Merge branch 'ps/build-sign-compare' into ps/the-repository
Junio C Hamano
1
-0
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-12-04
midx: inline the `MIDX_MIN_SIZE` definition
Karthik Nayak
1
-5
/
+1
2024-12-04
midx: pass down `hash_algo` to functions using global variables
Karthik Nayak
1
-11
/
+15
2024-12-04
midx: pass `repository` to `load_multi_pack_index`
Karthik Nayak
1
-5
/
+6
2024-12-04
midx: cleanup internal usage of `the_repository` and `the_hash_algo`
Karthik Nayak
1
-22
/
+27
2024-12-04
midx: add repository to `multi_pack_index` struct
Karthik Nayak
1
-0
/
+1
2024-12-04
packfile: add repository to struct `packed_git`
Karthik Nayak
1
-1
/
+1
2024-10-25
packfile: use object_id in find_pack_entry_one()
Jeff King
1
-1
/
+1
[next]