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
8 days
Merge branch 'ty/repository-fetch-if-missing'
Junio C Hamano
1
-3
/
+1
10 days
Merge branch 'ps/odb-pluggable-pack-generation'
Junio C Hamano
1
-0
/
+21
10 days
Merge branch 'jt/receive-pack-pluggable-writes'
Junio C Hamano
1
-2
/
+7
10 days
Merge branch 'ps/odb-eagerly-load-alternates'
Junio C Hamano
1
-56
/
+68
10 days
Merge branch 'ps/odb-generic-corrupt-objects'
Junio C Hamano
1
-22
/
+41
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
2026-05-15
odb: fix unnecessary call to `find_cached_object()`
Patrick Steinhardt
1
-2
/
+1
2026-05-15
odb/source-inmemory: implement `free()` callback
Patrick Steinhardt
1
-21
/
+4
2026-05-15
odb: introduce "in-memory" source
Patrick Steinhardt
1
-8
/
+13
2026-05-15
Merge branch 'jt/odb-transaction-write' into ps/odb-in-memory
Junio C Hamano
1
-25
/
+0
2026-05-15
odb: split `struct odb_transaction` into separate header
Justin Tobler
1
-25
/
+0
2026-03-31
odb: rename `odb_has_object()` flags
Patrick Steinhardt
1
-3
/
+3
2026-03-31
odb: use enum for `odb_write_object` flags
Patrick Steinhardt
1
-1
/
+1
2026-03-31
treewide: use enum for `odb_for_each_object()` flags
Patrick Steinhardt
1
-1
/
+1
2026-03-20
odb: introduce generic `odb_find_abbrev_len()`
Patrick Steinhardt
1
-0
/
+73
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
1
-7
/
+19
2026-03-12
odb: introduce generic object counting
Patrick Steinhardt
1
-1
/
+36
2026-03-05
odb/source: make `write_alternate()` function pluggable
Patrick Steinhardt
1
-52
/
+0
[next]