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-packed.c
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
Merge branch 'en/midx-missing-pack-fallback'
Junio C Hamano
1
-5
/
+37
12 days
Merge branch 'ps/odb-generic-corrupt-objects'
Junio C Hamano
1
-15
/
+43
13 days
packfile: recover when a multi-pack-index names a removed pack
Elijah Newren
1
-5
/
+37
2026-08-25
Merge branch 'ch/chdir-notify-drop-name'
Junio C Hamano
1
-4
/
+3
2026-08-19
odb/source: allow `read_object_info()` to bubble up error messages
Patrick Steinhardt
1
-8
/
+26
2026-08-19
odb/source: let callers discern missing and corrupt objects
Patrick Steinhardt
1
-1
/
+1
2026-08-19
odb/source: introduce error status when reading objects
Patrick Steinhardt
1
-4
/
+4
2026-08-19
odb/source-packed: flag known-bad objects as corrupt and not missing
Patrick Steinhardt
1
-6
/
+16
2026-08-14
chdir-notify.h: Removed unused param 'name'
Colin Hinton
1
-4
/
+3
2026-08-05
odb/streaming: consolidate read and write streams
Patrick Steinhardt
1
-1
/
+1
2026-08-05
odb/streaming: rename `struct odb_read_stream`
Patrick Steinhardt
1
-1
/
+1
2026-08-05
odb/streaming: track write stream size in the structure
Patrick Steinhardt
1
-1
/
+0
2026-07-30
Merge branch 'ps/odb-move-loose-object-writing'
Junio C Hamano
1
-4
/
+13
2026-07-22
Merge branch 'ps/odb-for-each-object-filter'
Junio C Hamano
1
-7
/
+70
2026-07-22
Merge branch 'jt/receive-pack-use-odb-transactions'
Junio C Hamano
1
-1
/
+2
2026-07-18
odb: support setting mtime when writing objects
Patrick Steinhardt
1
-2
/
+11
2026-07-18
odb: compute object hash in `odb_write_object_ext()`
Patrick Steinhardt
1
-1
/
+1
2026-07-18
odb: compute compat object ID in `odb_write_object_ext()`
Patrick Steinhardt
1
-1
/
+1
2026-07-18
Merge branch 'jt/receive-pack-use-odb-transactions' into HEAD
Junio C Hamano
1
-1
/
+2
2026-07-15
Merge branch 'ps/odb-drop-whence'
Junio C Hamano
1
-2
/
+2
2026-07-15
odb: introduce object filters to `odb_for_each_object()`
Patrick Steinhardt
1
-0
/
+62
2026-07-15
odb/source-packed: improve lookup when enumerating objects
Patrick Steinhardt
1
-7
/
+8
2026-07-13
Merge branch 'ps/odb-generalize-prepare'
Junio C Hamano
1
-18
/
+16
2026-07-09
Merge branch 'ps/odb-drop-whence' into ps/odb-for-each-object-filter
Junio C Hamano
1
-2
/
+2
2026-07-06
Merge branch 'ps/connected-generic-promisor-checks'
Junio C Hamano
1
-13
/
+37
2026-07-06
Merge branch 'po/hash-object-size-t'
Junio C Hamano
1
-1
/
+1
2026-07-02
packfile: thread odb_source_packed through packed_object_info()
Patrick Steinhardt
1
-2
/
+2
2026-06-25
odb/source-packed: support flags when iterating an object prefix
Patrick Steinhardt
1
-3
/
+19
2026-06-25
odb/source-packed: extract logic to skip certain packs
Patrick Steinhardt
1
-10
/
+18
2026-06-22
odb/source: generalize `reprepare()` callback
Patrick Steinhardt
1
-18
/
+16
2026-06-17
odb/source-packed: drop pointer to "files" parent source
Patrick Steinhardt
1
-14
/
+13
2026-06-17
midx: refactor interfaces to work on "packed" source
Patrick Steinhardt
1
-6
/
+6
2026-06-17
odb/source-packed: stub out remaining functions
Patrick Steinhardt
1
-0
/
+42
2026-06-17
odb/source-packed: wire up `freshen_object()` callback
Patrick Steinhardt
1
-3
/
+23
2026-06-17
odb/source-packed: wire up `find_abbrev_len()` callback
Patrick Steinhardt
1
-0
/
+113
2026-06-17
odb/source-packed: wire up `count_objects()` callback
Patrick Steinhardt
1
-0
/
+33
2026-06-17
odb/source-packed: wire up `for_each_object()` callback
Patrick Steinhardt
1
-0
/
+258
2026-06-17
odb/source-packed: wire up `read_object_stream()` callback
Patrick Steinhardt
1
-0
/
+16
2026-06-17
odb/source-packed: wire up `read_object_info()` callback
Patrick Steinhardt
1
-0
/
+60
2026-06-17
odb/source-packed: wire up `reprepare()` callback
Patrick Steinhardt
1
-0
/
+157
2026-06-17
odb/source-packed: wire up `close()` callback
Patrick Steinhardt
1
-0
/
+16
2026-06-17
odb/source-packed: start converting to a proper `struct odb_source`
Patrick Steinhardt
1
-5
/
+44
2026-06-17
odb/source-packed: store pointer to "files" instead of generic source
Patrick Steinhardt
1
-2
/
+2
2026-06-17
packfile: move packed source into "odb/" subsystem
Patrick Steinhardt
1
-0
/
+11