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
2 days
Merge branch 'ps/odb-pluggable-fsck' into jch
Junio C Hamano
5
-0
/
+251
2 days
Merge branch 'ps/odb-alternates-at-creation' into jch
Junio C Hamano
5
-106
/
+88
2 days
Merge branch 'as/utimensat-utimes' into jch
Junio C Hamano
2
-10
/
+12
2 days
Merge branch 'ps/odb-stop-registering-in-memory-sources' into jch
Junio C Hamano
1
-0
/
+1
3 days
Merge branch 'en/midx-missing-pack-fallback'
Junio C Hamano
1
-5
/
+37
3 days
odb/source: remove the ability to write alternates
Patrick Steinhardt
5
-101
/
+0
3 days
odb/source: support writing alternates when creating the database
Patrick Steinhardt
2
-5
/
+88
10 days
odb/packed: fix memory leaks when freeing source
Patrick Steinhardt
1
-0
/
+1
12 days
Merge branch 'ps/odb-pluggable-pack-generation'
Junio C Hamano
2
-0
/
+182
12 days
Merge branch 'jt/receive-pack-pluggable-writes'
Junio C Hamano
2
-0
/
+106
12 days
Merge branch 'ps/odb-geometric-repack-loose-threshold'
Junio C Hamano
1
-1
/
+1
12 days
Merge branch 'ps/odb-eagerly-load-alternates'
Junio C Hamano
2
-1
/
+7
12 days
Merge branch 'ps/odb-generic-corrupt-objects'
Junio C Hamano
5
-61
/
+125
12 days
builtin/fsck: move loose object verification into the loose source
Patrick Steinhardt
1
-2
/
+87
12 days
builtin/fsck: move multi-pack index verification into the packed source
Patrick Steinhardt
1
-0
/
+27
12 days
builtin/fsck: move bitmap verification into the packed source
Patrick Steinhardt
1
-0
/
+3
12 days
builtin/fsck: move reverse index verification into the packed source
Patrick Steinhardt
1
-0
/
+39
12 days
builtin/fsck: move packfile verification into the packed source
Patrick Steinhardt
1
-3
/
+43
12 days
odb: provide infrastructure for pluggable fsck checks
Patrick Steinhardt
5
-0
/
+57
13 days
packfile: recover when a multi-pack-index names a removed pack
Elijah Newren
1
-5
/
+37
2026-08-25
Merge branch 'ps/odb-eagerly-load-alternates' into ps/odb-pluggable-fsck
Junio C Hamano
2
-1
/
+7
2026-08-25
Merge branch 'ps/odb-pluggable-pack-generation' into ps/odb-pluggable-fsck
Junio C Hamano
2
-0
/
+182
2026-08-25
Merge branch 'ch/chdir-notify-drop-name'
Junio C Hamano
3
-12
/
+9
2026-08-25
Merge branch 'ps/odb-eagerly-load-alternates' into ps/odb-alternates-at-creation
Junio C Hamano
2
-1
/
+7
2026-08-23
Merge branch 'ps/odb-streams'
Junio C Hamano
9
-149
/
+131
2026-08-21
treewide: use utimensat(2) instead of legacy utime(3p)
Alexey Samsonov
2
-10
/
+12
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
[next]