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
/
source.h
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
Merge branch 'ps/odb-pluggable-pack-generation'
Junio C Hamano
1
-0
/
+33
12 days
Merge branch 'ps/odb-eagerly-load-alternates'
Junio C Hamano
1
-0
/
+7
12 days
Merge branch 'ps/odb-generic-corrupt-objects'
Junio C Hamano
1
-12
/
+22
2026-08-23
Merge branch 'ps/odb-streams'
Junio C Hamano
1
-7
/
+6
2026-08-21
odb: introduce interface to generate packfiles
Patrick Steinhardt
1
-0
/
+33
2026-08-20
Merge branch 'ps/odb-make-creation-pluggable'
Junio C Hamano
1
-0
/
+29
2026-08-19
odb/source: allow `read_object_info()` to bubble up error messages
Patrick Steinhardt
1
-4
/
+14
2026-08-19
odb/source: introduce error status when reading objects
Patrick Steinhardt
1
-11
/
+11
2026-08-17
odb: decouple source path comparisons from `the_repository`
Patrick Steinhardt
1
-0
/
+7
2026-08-12
Merge branch 'ps/odb-make-creation-pluggable' into ps/odb-eagerly-load-altern...
Junio C Hamano
1
-0
/
+29
2026-08-06
odb: make creation of on-disk structures pluggable
Patrick Steinhardt
1
-0
/
+23
2026-08-06
odb/source: introduce function to map source type to name
Patrick Steinhardt
1
-0
/
+6
2026-08-05
Merge branch 'ps/odb-pluggable-housekeeping'
Junio C Hamano
1
-0
/
+36
2026-08-05
odb/streaming: consolidate read and write streams
Patrick Steinhardt
1
-2
/
+2
2026-08-05
odb/streaming: rename `struct odb_read_stream`
Patrick Steinhardt
1
-3
/
+3
2026-08-05
odb/streaming: track write stream size in the structure
Patrick Steinhardt
1
-3
/
+2
2026-07-22
Merge branch 'jt/receive-pack-use-odb-transactions'
Junio C Hamano
1
-3
/
+6
2026-07-18
odb: support setting mtime when writing objects
Patrick Steinhardt
1
-4
/
+8
2026-07-18
odb: compute object hash in `odb_write_object_ext()`
Patrick Steinhardt
1
-2
/
+2
2026-07-18
odb: compute compat object ID in `odb_write_object_ext()`
Patrick Steinhardt
1
-2
/
+2
2026-07-18
Merge branch 'jt/receive-pack-use-odb-transactions' into HEAD
Junio C Hamano
1
-3
/
+6
2026-07-13
Merge branch 'ps/odb-generalize-prepare'
Junio C Hamano
1
-7
/
+9
2026-07-13
odb: make optimizations pluggable
Patrick Steinhardt
1
-0
/
+36
2026-07-10
odb/transaction: introduce ODB transaction flags
Justin Tobler
1
-3
/
+6
2026-07-06
Merge branch 'po/hash-object-size-t'
Junio C Hamano
1
-1
/
+1
2026-07-06
Merge branch 'ps/odb-source-packed'
Junio C Hamano
1
-0
/
+3
2026-06-22
odb/source: generalize `reprepare()` callback
Patrick Steinhardt
1
-7
/
+9
2026-06-22
Merge branch 'ps/odb-source-packed' into ps/odb-generalize-prepare
Junio C Hamano
1
-0
/
+3
2026-06-17
odb/source-packed: start converting to a proper `struct odb_source`
Patrick Steinhardt
1
-0
/
+3
2026-06-16
object-file.c: use size_t for header lengths
Philip Oakley
1
-1
/
+1
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: start converting to a proper `struct odb_source`
Patrick Steinhardt
1
-0
/
+3
2026-05-15
odb: introduce "in-memory" source
Patrick Steinhardt
1
-0
/
+3
2026-03-31
odb: use enum for `odb_write_object` flags
Patrick Steinhardt
1
-2
/
+2
2026-03-20
odb: introduce generic `odb_find_abbrev_len()`
Patrick Steinhardt
1
-0
/
+24
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
1
-3
/
+3
2026-03-12
odb/source: introduce generic object counting
Patrick Steinhardt
1
-0
/
+27
2026-03-12
odb: stop including "odb/source.h"
Patrick Steinhardt
1
-51
/
+1
2026-03-05
odb/source: make `begin_transaction()` function pluggable
Patrick Steinhardt
1
-0
/
+27
2026-03-05
odb/source: make `write_alternate()` function pluggable
Patrick Steinhardt
1
-0
/
+26
2026-03-05
odb/source: make `read_alternates()` function pluggable
Patrick Steinhardt
1
-0
/
+28
2026-03-05
odb/source: make `write_object_stream()` function pluggable
Patrick Steinhardt
1
-0
/
+28
2026-03-05
odb/source: make `write_object()` function pluggable
Patrick Steinhardt
1
-0
/
+36
2026-03-05
odb/source: make `freshen_object()` function pluggable
Patrick Steinhardt
1
-0
/
+23
2026-03-05
odb/source: make `for_each_object()` function pluggable
Patrick Steinhardt
1
-0
/
+65
2026-03-05
odb/source: make `read_object_stream()` function pluggable
Patrick Steinhardt
1
-0
/
+23
2026-03-05
odb/source: make `read_object_info()` function pluggable
Patrick Steinhardt
1
-0
/
+78
2026-03-05
odb/source: make `close()` function pluggable
Patrick Steinhardt
1
-0
/
+18
2026-03-05
odb/source: make `reprepare()` function pluggable
Patrick Steinhardt
1
-0
/
+17
[next]