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
/
odb
Age
Commit message (
Expand
)
Author
Files
Lines
8 hours
Merge branch 'en/midx-missing-pack-fallback'
Junio C Hamano
1
-5
/
+37
10 days
Merge branch 'ps/odb-pluggable-pack-generation'
Junio C Hamano
2
-0
/
+182
10 days
Merge branch 'jt/receive-pack-pluggable-writes'
Junio C Hamano
2
-0
/
+106
10 days
Merge branch 'ps/odb-geometric-repack-loose-threshold'
Junio C Hamano
1
-1
/
+1
10 days
Merge branch 'ps/odb-eagerly-load-alternates'
Junio C Hamano
2
-1
/
+7
10 days
Merge branch 'ps/odb-generic-corrupt-objects'
Junio C Hamano
5
-61
/
+125
11 days
packfile: recover when a multi-pack-index names a removed pack
Elijah Newren
1
-5
/
+37
2026-08-25
Merge branch 'ch/chdir-notify-drop-name'
Junio C Hamano
3
-12
/
+9
2026-08-23
Merge branch 'ps/odb-streams'
Junio C Hamano
9
-149
/
+131
2026-08-21
odb/files: be less aggressive with geometric repacking
Patrick Steinhardt
1
-1
/
+1
2026-08-21
odb: introduce interface to generate packfiles
Patrick Steinhardt
2
-0
/
+182
2026-08-20
odb/transaction: add transaction interface to write packfiles
Justin Tobler
2
-0
/
+69
2026-08-20
odb/transaction: add transaction finalize interface
Justin Tobler
2
-0
/
+37
2026-08-20
Merge branch 'ps/odb-make-creation-pluggable'
Junio C Hamano
8
-4
/
+80
2026-08-19
odb: handle `OBJECT_INFO_DIE_IF_CORRUPT` generically
Patrick Steinhardt
1
-8
/
+2
2026-08-19
odb/source: allow `read_object_info()` to bubble up error messages
Patrick Steinhardt
5
-24
/
+63
2026-08-19
odb/source: let callers discern missing and corrupt objects
Patrick Steinhardt
4
-17
/
+38
2026-08-19
odb/source: introduce error status when reading objects
Patrick Steinhardt
5
-27
/
+27
2026-08-19
odb/source-packed: flag known-bad objects as corrupt and not missing
Patrick Steinhardt
1
-6
/
+16
2026-08-17
odb: eagerly initialize alternates
Patrick Steinhardt
1
-1
/
+0
2026-08-17
odb: decouple source path comparisons from `the_repository`
Patrick Steinhardt
1
-0
/
+7
2026-08-14
chdir-notify.h: Removed unused param 'name'
Colin Hinton
3
-12
/
+9
2026-08-12
Merge branch 'ps/odb-make-creation-pluggable' into ps/odb-eagerly-load-altern...
Junio C Hamano
8
-4
/
+80
2026-08-06
odb: make creation of on-disk structures pluggable
Patrick Steinhardt
2
-0
/
+42
2026-08-06
odb/source: introduce function to map source type to name
Patrick Steinhardt
6
-4
/
+37
2026-08-06
setup: detangle loading of loose object maps
Patrick Steinhardt
1
-0
/
+2
2026-08-05
Merge branch 'ps/odb-pluggable-housekeeping'
Junio C Hamano
3
-0
/
+521
2026-08-05
odb/streaming: unify function names to create new streams
Patrick Steinhardt
2
-15
/
+18
2026-08-05
odb/streaming: rename `struct read_object_fd_data`
Patrick Steinhardt
1
-17
/
+17
2026-08-05
odb/streaming: consolidate read and write streams
Patrick Steinhardt
9
-59
/
+31
2026-08-05
odb/streaming: rename `struct odb_read_stream`
Patrick Steinhardt
7
-49
/
+49
2026-08-05
odb/streaming: support streaming arbitrary object types
Patrick Steinhardt
5
-6
/
+9
2026-08-05
odb/streaming: drop `is_finished` field
Patrick Steinhardt
4
-10
/
+17
2026-08-05
odb/streaming: track write stream size in the structure
Patrick Steinhardt
9
-20
/
+17
2026-07-30
Merge branch 'ps/odb-move-loose-object-writing'
Junio C Hamano
5
-60
/
+405
2026-07-30
Merge branch 'rs/tempfile-wo-the-repository'
Junio C Hamano
1
-1
/
+2
2026-07-22
Merge branch 'ps/odb-for-each-object-filter'
Junio C Hamano
1
-7
/
+70
2026-07-22
Merge branch 'jt/receive-pack-use-odb-transactions'
Junio C Hamano
7
-29
/
+90
2026-07-18
object-file: move logic to write loose objects
Patrick Steinhardt
1
-4
/
+350
2026-07-18
odb: support setting mtime when writing objects
Patrick Steinhardt
5
-15
/
+34
2026-07-18
odb: lift object existence check out of the "loose" backend
Patrick Steinhardt
1
-6
/
+2
2026-07-18
odb: compute object hash in `odb_write_object_ext()`
Patrick Steinhardt
5
-12
/
+14
2026-07-18
odb: compute compat object ID in `odb_write_object_ext()`
Patrick Steinhardt
5
-26
/
+8
2026-07-18
Merge branch 'jt/receive-pack-use-odb-transactions' into HEAD
Junio C Hamano
7
-29
/
+90
2026-07-15
Merge branch 'ps/odb-drop-whence'
Junio C Hamano
3
-5
/
+6
2026-07-15
odb: introduce object filters to `odb_for_each_object()`
Patrick Steinhardt
1
-0
/
+62
2026-07-15
odb/source-packed: improve lookup when enumerating objects
Patrick Steinhardt
1
-7
/
+8
2026-07-14
use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom repos
René Scharfe
1
-1
/
+2
2026-07-13
Merge branch 'ps/odb-generalize-prepare'
Junio C Hamano
6
-43
/
+38
2026-07-13
odb: make optimizations pluggable
Patrick Steinhardt
3
-0
/
+521
[next]