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
/
packfile.c
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
Merge branch 'ps/odb-eagerly-load-alternates'
Junio C Hamano
1
-1
/
+0
10 days
Merge branch 'ps/odb-generic-corrupt-objects'
Junio C Hamano
1
-21
/
+8
2026-08-25
Merge branch 'js/packfile-fast-append'
Junio C Hamano
1
-1
/
+1
2026-08-24
Merge branch 'js/pack-objects-delta-size-t'
Junio C Hamano
1
-7
/
+5
2026-08-19
odb: handle `OBJECT_INFO_DIE_IF_CORRUPT` generically
Patrick Steinhardt
1
-17
/
+0
2026-08-19
odb/source: allow `read_object_info()` to bubble up error messages
Patrick Steinhardt
1
-1
/
+1
2026-08-19
odb/source-packed: flag known-bad objects as corrupt and not missing
Patrick Steinhardt
1
-3
/
+7
2026-08-17
odb: eagerly initialize alternates
Patrick Steinhardt
1
-1
/
+0
2026-08-13
packfile: fix perf regression with many packs
Johannes Schindelin
1
-1
/
+1
2026-08-13
packfile: widen `unpack_object_header_buffer()` to `size_t`
Johannes Schindelin
1
-6
/
+4
2026-08-13
packfile, git-zlib: widen `use_pack()` and zstream avail fields to `size_t`
Johannes Schindelin
1
-2
/
+2
2026-08-05
odb/streaming: rename `struct odb_read_stream`
Patrick Steinhardt
1
-4
/
+4
2026-07-15
Merge branch 'ps/odb-drop-whence'
Junio C Hamano
1
-19
/
+26
2026-07-13
Merge branch 'ps/odb-generalize-prepare'
Junio C Hamano
1
-1
/
+1
2026-07-06
Merge branch 'ps/odb-source-packed'
Junio C Hamano
1
-769
/
+15
2026-07-02
odb: drop `whence` field from object info
Patrick Steinhardt
1
-2
/
+0
2026-07-02
odb: add `source` field to struct object_info_source
Patrick Steinhardt
1
-8
/
+12
2026-07-02
odb: make backend-specific fields optional
Patrick Steinhardt
1
-15
/
+18
2026-07-02
packfile: thread odb_source_packed through packed_object_info()
Patrick Steinhardt
1
-3
/
+5
2026-06-24
Merge branch 'ps/odb-source-packed' into ps/odb-drop-whence
Junio C Hamano
1
-769
/
+15
2026-06-22
odb/source: generalize `reprepare()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-17
odb/source-packed: drop pointer to "files" parent source
Patrick Steinhardt
1
-1
/
+1
2026-06-17
odb/source-packed: wire up `freshen_object()` callback
Patrick Steinhardt
1
-16
/
+0
2026-06-17
odb/source-packed: wire up `find_abbrev_len()` callback
Patrick Steinhardt
1
-111
/
+0
2026-06-17
odb/source-packed: wire up `count_objects()` callback
Patrick Steinhardt
1
-31
/
+0
2026-06-17
odb/source-packed: wire up `for_each_object()` callback
Patrick Steinhardt
1
-258
/
+2
2026-06-17
odb/source-packed: wire up `read_object_stream()` callback
Patrick Steinhardt
1
-12
/
+0
2026-06-17
odb/source-packed: wire up `read_object_info()` callback
Patrick Steinhardt
1
-66
/
+8
2026-06-17
packfile: use higher-level interface to implement `has_object_pack()`
Patrick Steinhardt
1
-4
/
+2
2026-06-17
odb/source-packed: wire up `reprepare()` callback
Patrick Steinhardt
1
-157
/
+3
2026-06-17
odb/source-packed: wire up `close()` callback
Patrick Steinhardt
1
-12
/
+0
2026-06-17
odb/source-packed: start converting to a proper `struct odb_source`
Patrick Steinhardt
1
-10
/
+0
2026-06-17
odb/source-packed: store pointer to "files" instead of generic source
Patrick Steinhardt
1
-6
/
+6
2026-06-17
packfile: move packed source into "odb/" subsystem
Patrick Steinhardt
1
-9
/
+0
2026-06-17
packfile: split out packfile list logic
Patrick Steinhardt
1
-83
/
+0
2026-06-17
packfile: rename `struct packfile_store` to `odb_source_packed`
Patrick Steinhardt
1
-28
/
+28
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-9
/
+3
2026-06-15
packfile,delta: drop the `cast_size_t_to_ulong()` wrappers
Johannes Schindelin
1
-20
/
+8
2026-06-15
packfile: widen unpack_entry()'s size out-parameter to size_t
Johannes Schindelin
1
-11
/
+17
2026-06-15
patch-delta: use size_t for sizes
Johannes Schindelin
1
-3
/
+1
2026-05-27
Merge branch 'tb/incremental-midx-part-3.3'
Junio C Hamano
1
-0
/
+2
2026-05-20
packfile: ensure `close_pack_revindex()` frees in-memory revindex
Taylor Blau
1
-0
/
+2
2026-05-09
delta, packfile: use size_t for delta header sizes
Johannes Schindelin
1
-9
/
+24
2026-05-09
odb, packfile: use size_t for streaming object sizes
Johannes Schindelin
1
-9
/
+15
2026-04-08
Merge branch 'ps/odb-cleanup'
Junio C Hamano
1
-1
/
+1
2026-04-06
Merge branch 'tb/stdin-packs-excluded-but-open'
Junio C Hamano
1
-1
/
+2
2026-03-31
treewide: use enum for `odb_for_each_object()` flags
Patrick Steinhardt
1
-1
/
+1
2026-03-27
pack-objects: support excluded-open packs with --stdin-packs
Taylor Blau
1
-1
/
+2
2026-03-20
object-file: move logic to compute packed abbreviation length
Patrick Steinhardt
1
-0
/
+111
2026-03-20
object-name: move logic to iterate through packed prefixed objects
Patrick Steinhardt
1
-0
/
+174
[next]