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
3 days
Merge branch 'ps/odb-pluggable-fsck' into jch
Junio C Hamano
1
-0
/
+117
3 days
Merge branch 'ps/odb-alternates-at-creation' into jch
Junio C Hamano
1
-7
/
+0
3 days
Merge branch 'as/utimensat-utimes' into jch
Junio C Hamano
1
-5
/
+7
3 days
Merge branch 'ps/odb-stop-registering-in-memory-sources' into jch
Junio C Hamano
1
-0
/
+1
3 days
Merge branch 'en/midx-missing-pack-fallback'
Junio C Hamano
1
-5
/
+37
4 days
odb/source: remove the ability to write alternates
Patrick Steinhardt
1
-7
/
+0
11 days
odb/packed: fix memory leaks when freeing source
Patrick Steinhardt
1
-0
/
+1
13 days
Merge branch 'ps/odb-generic-corrupt-objects'
Junio C Hamano
1
-15
/
+43
13 days
builtin/fsck: move multi-pack index verification into the packed source
Patrick Steinhardt
1
-0
/
+27
13 days
builtin/fsck: move bitmap verification into the packed source
Patrick Steinhardt
1
-0
/
+3
13 days
builtin/fsck: move reverse index verification into the packed source
Patrick Steinhardt
1
-0
/
+39
13 days
builtin/fsck: move packfile verification into the packed source
Patrick Steinhardt
1
-3
/
+43
13 days
odb: provide infrastructure for pluggable fsck checks
Patrick Steinhardt
1
-0
/
+8
2026-08-30
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-21
treewide: use utimensat(2) instead of legacy utime(3p)
Alexey Samsonov
1
-5
/
+7
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
[next]