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.c
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
Merge branch 'mm/diff-process-hunks' into seen
Junio C Hamano
1
-0
/
+2
3 days
Merge branch 'ps/odb-pluggable-fsck' into jch
Junio C Hamano
1
-0
/
+9
3 days
Merge branch 'ps/odb-alternates-at-creation' into jch
Junio C Hamano
1
-9
/
+0
4 days
odb/source: remove the ability to write alternates
Patrick Steinhardt
1
-9
/
+0
10 days
diff-hunks: add the store format, library, and command
Michael Montalbo
1
-0
/
+2
11 days
odb: remove the ability to link sources ad-hoc
Patrick Steinhardt
1
-6
/
+0
11 days
odb: remove infrastructure to register submodule sources
Patrick Steinhardt
1
-36
/
+0
11 days
Merge branch 'ty/repository-fetch-if-missing'
Junio C Hamano
1
-3
/
+1
12 days
Merge branch 'ty/repository-fetch-if-missing' into ps/ps/odb-stop-registering...
Junio C Hamano
1
-3
/
+1
13 days
Merge branch 'ps/odb-pluggable-pack-generation'
Junio C Hamano
1
-0
/
+21
13 days
Merge branch 'jt/receive-pack-pluggable-writes'
Junio C Hamano
1
-2
/
+7
13 days
Merge branch 'ps/odb-eagerly-load-alternates'
Junio C Hamano
1
-56
/
+68
13 days
Merge branch 'ps/odb-generic-corrupt-objects'
Junio C Hamano
1
-22
/
+41
13 days
odb: provide infrastructure for pluggable fsck checks
Patrick Steinhardt
1
-0
/
+9
2026-08-25
Merge branch 'ps/odb-eagerly-load-alternates' into ps/odb-pluggable-fsck
Junio C Hamano
1
-56
/
+68
2026-08-25
Merge branch 'ps/odb-pluggable-pack-generation' into ps/odb-pluggable-fsck
Junio C Hamano
1
-0
/
+21
2026-08-25
Merge branch 'ps/odb-eagerly-load-alternates' into ps/odb-alternates-at-creation
Junio C Hamano
1
-56
/
+68
2026-08-23
Merge branch 'ps/odb-streams'
Junio C Hamano
1
-2
/
+2
2026-08-21
odb: introduce interface to generate packfiles
Patrick Steinhardt
1
-0
/
+21
2026-08-20
odb: return temporary ODB source when set
Justin Tobler
1
-2
/
+7
2026-08-20
Merge branch 'ps/odb-make-creation-pluggable'
Junio C Hamano
1
-9
/
+12
2026-08-19
odb: handle `OBJECT_INFO_DIE_IF_CORRUPT` generically
Patrick Steinhardt
1
-14
/
+32
2026-08-19
odb/source: allow `read_object_info()` to bubble up error messages
Patrick Steinhardt
1
-3
/
+4
2026-08-19
odb/source: introduce error status when reading objects
Patrick Steinhardt
1
-8
/
+8
2026-08-17
odb: drop `alternates_db` field
Patrick Steinhardt
1
-8
/
+9
2026-08-17
odb: drop `loaded_alternates` field
Patrick Steinhardt
1
-8
/
+1
2026-08-17
odb: eagerly initialize alternates
Patrick Steinhardt
1
-22
/
+4
2026-08-17
odb: decouple source path comparisons from `the_repository`
Patrick Steinhardt
1
-21
/
+57
2026-08-15
repository: move fetch_if_missing into struct repository
Tian Yuchen
1
-3
/
+1
2026-08-12
Merge branch 'ps/odb-make-creation-pluggable' into ps/odb-eagerly-load-altern...
Junio C Hamano
1
-9
/
+12
2026-08-06
setup: handle ODB-related environment variables in `odb_new()`
Patrick Steinhardt
1
-9
/
+12
2026-08-05
Merge branch 'ps/odb-pluggable-housekeeping'
Junio C Hamano
1
-0
/
+12
2026-08-05
odb/streaming: consolidate read and write streams
Patrick Steinhardt
1
-1
/
+1
2026-08-05
odb/streaming: track write stream size in the structure
Patrick Steinhardt
1
-2
/
+2
2026-07-18
odb: support setting mtime when writing objects
Patrick Steinhardt
1
-3
/
+3
2026-07-18
odb: lift object existence check out of the "loose" backend
Patrick Steinhardt
1
-0
/
+7
2026-07-18
odb: compute object hash in `odb_write_object_ext()`
Patrick Steinhardt
1
-0
/
+2
2026-07-18
odb: compute compat object ID in `odb_write_object_ext()`
Patrick Steinhardt
1
-2
/
+24
2026-07-15
Merge branch 'ps/odb-drop-whence'
Junio C Hamano
1
-2
/
+2
2026-07-13
Merge branch 'ps/odb-generalize-prepare'
Junio C Hamano
1
-6
/
+12
2026-07-13
odb: make optimizations pluggable
Patrick Steinhardt
1
-0
/
+12
2026-07-02
odb: drop `whence` field from object info
Patrick Steinhardt
1
-1
/
+0
2026-07-02
odb: add `source` field to struct object_info_source
Patrick Steinhardt
1
-2
/
+2
2026-07-02
odb: make backend-specific fields optional
Patrick Steinhardt
1
-1
/
+2
2026-06-22
odb: introduce `odb_prepare()`
Patrick Steinhardt
1
-6
/
+12
2026-06-22
odb/source: generalize `reprepare()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-6
/
+6
2026-05-15
odb: generic in-memory source
Patrick Steinhardt
1
-4
/
+4
2026-05-15
odb/source-inmemory: implement `write_object()` callback
Patrick Steinhardt
1
-14
/
+2
2026-05-15
odb/source-inmemory: implement `read_object_info()` callback
Patrick Steinhardt
1
-38
/
+1
[next]