index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
odb
Age
Commit message (
Expand
)
Author
Lines
2026-04-10
odb/source-inmemory: stub out remaining functions
Patrick Steinhardt
-0
/
+31
2026-04-10
odb/source-inmemory: implement `freshen_object()` callback
Patrick Steinhardt
-0
/
+10
2026-04-10
odb/source-inmemory: implement `count_objects()` callback
Patrick Steinhardt
-0
/
+20
2026-04-10
odb/source-inmemory: implement `find_abbrev_len()` callback
Patrick Steinhardt
-0
/
+39
2026-04-10
odb/source-inmemory: implement `for_each_object()` callback
Patrick Steinhardt
-16
/
+72
2026-04-10
odb/source-inmemory: convert to use oidtree
Patrick Steinhardt
-31
/
+54
2026-04-10
odb/source-inmemory: implement `write_object_stream()` callback
Patrick Steinhardt
-0
/
+40
2026-04-10
odb/source-inmemory: implement `write_object()` callback
Patrick Steinhardt
-0
/
+25
2026-04-10
odb/source-inmemory: implement `read_object_stream()` callback
Patrick Steinhardt
-0
/
+52
2026-04-10
odb/source-inmemory: implement `read_object_info()` callback
Patrick Steinhardt
-0
/
+53
2026-04-10
odb/source-inmemory: implement `free()` callback
Patrick Steinhardt
-1
/
+20
2026-04-10
odb: introduce "in-memory" source
Patrick Steinhardt
-0
/
+50
2026-04-09
Merge branch 'jt/odb-transaction-write' into ps/odb-in-memory
Junio C Hamano
-0
/
+173
2026-04-02
odb/transaction: make `write_object_stream()` pluggable
Justin Tobler
-3
/
+29
2026-04-02
object-file: remove flags from transaction packfile writes
Justin Tobler
-0
/
+58
2026-04-02
odb: update `struct odb_write_stream` read() callback
Justin Tobler
-0
/
+23
2026-04-02
odb/transaction: use pluggable `begin_transaction()`
Justin Tobler
-2
/
+2
2026-04-02
odb: split `struct odb_transaction` into separate header
Justin Tobler
-0
/
+66
2026-03-31
odb: use enum for `odb_write_object` flags
Patrick Steinhardt
-3
/
+3
2026-03-20
odb: introduce generic `odb_find_abbrev_len()`
Patrick Steinhardt
-0
/
+49
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
-7
/
+7
2026-03-12
odb/source: introduce generic object counting
Patrick Steinhardt
-0
/
+57
2026-03-12
odb: stop including "odb/source.h"
Patrick Steinhardt
-51
/
+2
2026-03-05
odb/source: make `begin_transaction()` function pluggable
Patrick Steinhardt
-0
/
+38
2026-03-05
odb/source: make `write_alternate()` function pluggable
Patrick Steinhardt
-0
/
+82
2026-03-05
odb/source: make `read_alternates()` function pluggable
Patrick Steinhardt
-0
/
+50
2026-03-05
odb/source: make `write_object_stream()` function pluggable
Patrick Steinhardt
-0
/
+37
2026-03-05
odb/source: make `write_object()` function pluggable
Patrick Steinhardt
-0
/
+48
2026-03-05
odb/source: make `freshen_object()` function pluggable
Patrick Steinhardt
-0
/
+34
2026-03-05
odb/source: make `for_each_object()` function pluggable
Patrick Steinhardt
-0
/
+88
2026-03-05
odb/source: make `read_object_stream()` function pluggable
Patrick Steinhardt
-7
/
+37
2026-03-05
odb/source: make `read_object_info()` function pluggable
Patrick Steinhardt
-0
/
+93
2026-03-05
odb/source: make `close()` function pluggable
Patrick Steinhardt
-0
/
+25
2026-03-05
odb/source: make `reprepare()` function pluggable
Patrick Steinhardt
-0
/
+25
2026-03-05
odb/source: make `free()` function pluggable
Patrick Steinhardt
-9
/
+11
2026-03-05
odb/source: introduce source type for robustness
Patrick Steinhardt
-2
/
+22
2026-03-05
odb: move reparenting logic into respective subsystems
Patrick Steinhardt
-0
/
+23
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
-21
/
+70
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
-10
/
+54
2026-03-05
odb: split `struct odb_source` into separate header
Patrick Steinhardt
-0
/
+88
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
-5
/
+4
2025-11-23
streaming: drop redundant type and size pointers
Patrick Steinhardt
-13
/
+4
2025-11-23
streaming: move into object database subsystem
Patrick Steinhardt
-0
/
+369