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-files.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-01
odb/source-loose: drop pointer to the "files" source
Patrick Steinhardt
1
-1
/
+1
2026-06-01
odb/source-loose: wire up `write_object_stream()` callback
Patrick Steinhardt
1
-1
/
+2
2026-06-01
object-file: refactor writing objects to use loose source
Patrick Steinhardt
1
-1
/
+2
2026-06-01
odb/source-loose: wire up `write_object()` callback
Patrick Steinhardt
1
-2
/
+3
2026-06-01
odb/source-loose: wire up `freshen_object()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-01
odb/source-loose: wire up `count_objects()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-01
odb/source-loose: wire up `find_abbrev_len()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-01
odb/source-loose: wire up `for_each_object()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-01
odb/source-loose: wire up `read_object_stream()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-01
odb/source-loose: wire up `read_object_info()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-01
odb/source-loose: wire up `close()` callback
Patrick Steinhardt
1
-0
/
+1
2026-06-01
odb/source-loose: wire up `reprepare()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-01
odb/source-loose: start converting to a proper `struct odb_source`
Patrick Steinhardt
1
-1
/
+1
2026-06-01
odb/source-loose: store pointer to "files" instead of generic source
Patrick Steinhardt
1
-1
/
+1
2026-03-31
odb: use enum for `odb_write_object` flags
Patrick Steinhardt
1
-1
/
+1
2026-03-20
odb: introduce generic `odb_find_abbrev_len()`
Patrick Steinhardt
1
-0
/
+25
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
1
-4
/
+4
2026-03-12
odb/source: introduce generic object counting
Patrick Steinhardt
1
-0
/
+30
2026-03-05
odb/source: make `begin_transaction()` function pluggable
Patrick Steinhardt
1
-0
/
+11
2026-03-05
odb/source: make `write_alternate()` function pluggable
Patrick Steinhardt
1
-0
/
+56
2026-03-05
odb/source: make `read_alternates()` function pluggable
Patrick Steinhardt
1
-0
/
+22
2026-03-05
odb/source: make `write_object_stream()` function pluggable
Patrick Steinhardt
1
-0
/
+9
2026-03-05
odb/source: make `write_object()` function pluggable
Patrick Steinhardt
1
-0
/
+12
2026-03-05
odb/source: make `freshen_object()` function pluggable
Patrick Steinhardt
1
-0
/
+11
2026-03-05
odb/source: make `for_each_object()` function pluggable
Patrick Steinhardt
1
-0
/
+23
2026-03-05
odb/source: make `read_object_stream()` function pluggable
Patrick Steinhardt
1
-0
/
+12
2026-03-05
odb/source: make `read_object_info()` function pluggable
Patrick Steinhardt
1
-0
/
+15
2026-03-05
odb/source: make `close()` function pluggable
Patrick Steinhardt
1
-0
/
+7
2026-03-05
odb/source: make `reprepare()` function pluggable
Patrick Steinhardt
1
-0
/
+8
2026-03-05
odb/source: make `free()` function pluggable
Patrick Steinhardt
1
-3
/
+4
2026-03-05
odb/source: introduce source type for robustness
Patrick Steinhardt
1
-1
/
+1
2026-03-05
odb: move reparenting logic into respective subsystems
Patrick Steinhardt
1
-0
/
+23
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
1
-4
/
+10
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
1
-0
/
+23