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
2026-06-21
Merge branch 'js/objects-larger-than-4gb-on-windows-more'
Junio C Hamano
2
-22
/
+3
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
2
-22
/
+3
2026-06-15
Merge branch 'ak/typofixes'
Junio C Hamano
1
-1
/
+1
2026-06-08
doc: fix typos via codespell
Andrew Kreimer
1
-1
/
+1
2026-06-01
odb/source-loose: drop pointer to the "files" source
Patrick Steinhardt
3
-8
/
+9
2026-06-01
odb/source-loose: stub out remaining callbacks
Patrick Steinhardt
1
-0
/
+22
2026-06-01
odb/source-loose: wire up `write_object_stream()` callback
Patrick Steinhardt
2
-1
/
+16
2026-06-01
object-file: refactor writing objects to use loose source
Patrick Steinhardt
2
-5
/
+7
2026-06-01
odb/source-loose: wire up `write_object()` callback
Patrick Steinhardt
2
-2
/
+47
2026-06-01
odb/source-loose: wire up `freshen_object()` callback
Patrick Steinhardt
2
-1
/
+10
2026-06-01
odb/source-loose: wire up `count_objects()` callback
Patrick Steinhardt
2
-1
/
+62
2026-06-01
odb/source-loose: wire up `find_abbrev_len()` callback
Patrick Steinhardt
2
-1
/
+41
2026-06-01
odb/source-loose: wire up `for_each_object()` callback
Patrick Steinhardt
2
-1
/
+265
2026-06-01
odb/source-loose: wire up `read_object_stream()` callback
Patrick Steinhardt
2
-1
/
+190
2026-06-01
odb/source-loose: wire up `read_object_info()` callback
Patrick Steinhardt
2
-1
/
+25
2026-06-01
odb/source-loose: wire up `close()` callback
Patrick Steinhardt
2
-0
/
+7
2026-06-01
odb/source-loose: wire up `reprepare()` callback
Patrick Steinhardt
3
-4
/
+9
2026-06-01
odb/source-loose: start converting to a proper `struct odb_source`
Patrick Steinhardt
4
-1
/
+63
2026-06-01
odb/source-loose: store pointer to "files" instead of generic source
Patrick Steinhardt
3
-5
/
+6
2026-06-01
odb/source-loose: move loose source into "odb/" subsystem
Patrick Steinhardt
2
-0
/
+44
2026-05-21
Merge branch 'ps/odb-in-memory' into ps/odb-source-loose
Junio C Hamano
7
-0
/
+591
2026-05-15
odb/source-inmemory: stub out remaining functions
Patrick Steinhardt
1
-0
/
+31
2026-05-15
odb/source-inmemory: implement `freshen_object()` callback
Patrick Steinhardt
1
-0
/
+10
2026-05-15
odb/source-inmemory: implement `count_objects()` callback
Patrick Steinhardt
1
-0
/
+20
2026-05-15
odb/source-inmemory: implement `find_abbrev_len()` callback
Patrick Steinhardt
1
-0
/
+39
2026-05-15
odb/source-inmemory: implement `for_each_object()` callback
Patrick Steinhardt
1
-16
/
+72
2026-05-15
odb/source-inmemory: convert to use oidtree
Patrick Steinhardt
2
-31
/
+54
2026-05-15
odb/source-inmemory: implement `write_object_stream()` callback
Patrick Steinhardt
1
-0
/
+40
2026-05-15
odb/source-inmemory: implement `write_object()` callback
Patrick Steinhardt
1
-0
/
+25
2026-05-15
odb/source-inmemory: implement `read_object_stream()` callback
Patrick Steinhardt
1
-0
/
+52
2026-05-15
odb/source-inmemory: implement `read_object_info()` callback
Patrick Steinhardt
1
-0
/
+53
2026-05-15
odb/source-inmemory: implement `free()` callback
Patrick Steinhardt
2
-1
/
+20
2026-05-15
odb: introduce "in-memory" source
Patrick Steinhardt
3
-0
/
+50
2026-05-15
Merge branch 'jt/odb-transaction-write' into ps/odb-in-memory
Junio C Hamano
4
-0
/
+173
2026-05-15
odb/transaction: make `write_object_stream()` pluggable
Justin Tobler
2
-3
/
+29
2026-05-15
object-file: remove flags from transaction packfile writes
Justin Tobler
2
-0
/
+58
2026-05-15
odb: update `struct odb_write_stream` read() callback
Justin Tobler
2
-0
/
+23
2026-05-15
odb/transaction: use pluggable `begin_transaction()`
Justin Tobler
1
-2
/
+2
2026-05-15
odb: split `struct odb_transaction` into separate header
Justin Tobler
2
-0
/
+66
2026-05-09
odb, packfile: use size_t for streaming object sizes
Johannes Schindelin
2
-2
/
+13
2026-03-31
odb: use enum for `odb_write_object` flags
Patrick Steinhardt
2
-3
/
+3
2026-03-20
odb: introduce generic `odb_find_abbrev_len()`
Patrick Steinhardt
2
-0
/
+49
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
2
-7
/
+7
2026-03-12
odb/source: introduce generic object counting
Patrick Steinhardt
2
-0
/
+57
2026-03-12
odb: stop including "odb/source.h"
Patrick Steinhardt
2
-51
/
+2
2026-03-05
odb/source: make `begin_transaction()` function pluggable
Patrick Steinhardt
2
-0
/
+38
2026-03-05
odb/source: make `write_alternate()` function pluggable
Patrick Steinhardt
2
-0
/
+82
2026-03-05
odb/source: make `read_alternates()` function pluggable
Patrick Steinhardt
2
-0
/
+50
2026-03-05
odb/source: make `write_object_stream()` function pluggable
Patrick Steinhardt
2
-0
/
+37
2026-03-05
odb/source: make `write_object()` function pluggable
Patrick Steinhardt
2
-0
/
+48
[next]