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.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-31
odb: rename `odb_has_object()` flags
Patrick Steinhardt
-3
/
+3
2026-03-31
odb: use enum for `odb_write_object` flags
Patrick Steinhardt
-1
/
+1
2026-03-31
treewide: use enum for `odb_for_each_object()` flags
Patrick Steinhardt
-1
/
+1
2026-03-20
odb: introduce generic `odb_find_abbrev_len()`
Patrick Steinhardt
-0
/
+73
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
-7
/
+19
2026-03-12
odb: introduce generic object counting
Patrick Steinhardt
-1
/
+36
2026-03-05
odb/source: make `write_alternate()` function pluggable
Patrick Steinhardt
-52
/
+0
2026-03-05
odb/source: make `read_alternates()` function pluggable
Patrick Steinhardt
-22
/
+4
2026-03-05
odb/source: make `write_object_stream()` function pluggable
Patrick Steinhardt
-1
/
+1
2026-03-05
odb/source: make `write_object()` function pluggable
Patrick Steinhardt
-2
/
+2
2026-03-05
odb/source: make `freshen_object()` function pluggable
Patrick Steinhardt
-10
/
+2
2026-03-05
odb/source: make `for_each_object()` function pluggable
Patrick Steinhardt
-11
/
+1
2026-03-05
odb/source: make `read_object_info()` function pluggable
Patrick Steinhardt
-12
/
+10
2026-03-05
odb/source: make `close()` function pluggable
Patrick Steinhardt
-4
/
+2
2026-03-05
odb/source: make `reprepare()` function pluggable
Patrick Steinhardt
-5
/
+2
2026-03-05
odb: move reparenting logic into respective subsystems
Patrick Steinhardt
-37
/
+0
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
-8
/
+18
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
-6
/
+6
2026-03-05
odb: split `struct odb_source` into separate header
Patrick Steinhardt
-25
/
+0
2026-02-23
Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sources
Junio C Hamano
-2
/
+2
2026-02-23
Merge branch 'ps/odb-for-each-object' into ps/odb-sources
Junio C Hamano
-0
/
+31
2026-02-12
odb: convert `odb_has_object()` flags into an enum
Patrick Steinhardt
-1
/
+1
2026-02-12
odb: convert object info flags into an enum
Patrick Steinhardt
-1
/
+1
2026-02-02
odb: transparently handle common transaction behavior
Justin Tobler
-1
/
+13
2026-02-02
odb: prepare `struct odb_transaction` to become generic
Justin Tobler
-1
/
+4
2026-02-02
object-file: rename transaction functions
Justin Tobler
-2
/
+2
2026-01-26
odb: introduce mtime fields for object info requests
Patrick Steinhardt
-0
/
+2
2026-01-26
odb: introduce `odb_for_each_object()`
Patrick Steinhardt
-0
/
+29
2026-01-21
Merge branch 'ps/packfile-store-in-odb-source'
Junio C Hamano
-25
/
+19
2026-01-15
Merge branch 'ps/odb-misc-fixes'
Junio C Hamano
-1
/
+1
2026-01-15
Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-object
Junio C Hamano
-26
/
+20
2026-01-09
packfile: move MIDX into packfile store
Patrick Steinhardt
-7
/
+1
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
-18
/
+18
2026-01-09
packfile: create store via its owning source
Patrick Steinhardt
-1
/
+1
2026-01-07
Merge branch 'ps/odb-misc-fixes' into ps/packfile-store-in-odb-source
Junio C Hamano
-1
/
+1
2026-01-07
odb: properly close sources before freeing them
Patrick Steinhardt
-1
/
+1
2025-12-30
Merge branch 'jc/object-read-stream-fix'
Junio C Hamano
-16
/
+13
2025-12-22
Merge branch 'ps/odb-alternates-object-sources'
Junio C Hamano
-149
/
+158
2025-12-18
odb: do not use "blank" substitute for NULL
Junio C Hamano
-16
/
+13
2025-12-16
Merge branch 'ps/object-read-stream'
Junio C Hamano
-25
/
+4
2025-12-15
Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-source
Junio C Hamano
-25
/
+4
2025-12-11
odb: write alternates via sources
Patrick Steinhardt
-16
/
+35
2025-12-11
odb: read alternates via sources
Patrick Steinhardt
-6
/
+6
2025-12-11
odb: drop forward declaration of `read_info_alternates()`
Patrick Steinhardt
-71
/
+54
2025-12-11
odb: remove mutual recursion when parsing alternates
Patrick Steinhardt
-33
/
+27
2025-12-11
odb: stop splitting alternate in `odb_add_to_alternates_file()`
Patrick Steinhardt
-1
/
+1
2025-12-11
odb: move computation of normalized objdir into `alt_odb_usable()`
Patrick Steinhardt
-12
/
+15
2025-12-11
odb: resolve relative alternative paths when parsing
Patrick Steinhardt
-32
/
+32
2025-12-11
odb: refactor parsing of alternates to be self-contained
Patrick Steinhardt
-30
/
+40
2025-11-25
odb: handle recreation of quarantine directories
Patrick Steinhardt
-0
/
+7
[next]