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.h
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
Merge branch 'ps/odb-eagerly-load-alternates'
Junio C Hamano
1
-2
/
+0
12 days
Merge branch 'ps/odb-generic-corrupt-objects'
Junio C Hamano
1
-2
/
+2
2026-08-24
Merge branch 'js/pack-objects-delta-size-t'
Junio C Hamano
1
-2
/
+4
2026-08-19
odb: handle `OBJECT_INFO_DIE_IF_CORRUPT` generically
Patrick Steinhardt
1
-1
/
+0
2026-08-19
odb/source-packed: flag known-bad objects as corrupt and not missing
Patrick Steinhardt
1
-1
/
+2
2026-08-17
odb: eagerly initialize alternates
Patrick Steinhardt
1
-2
/
+0
2026-08-13
packfile: widen `unpack_object_header_buffer()` to `size_t`
Johannes Schindelin
1
-1
/
+2
2026-08-13
packfile, git-zlib: widen `use_pack()` and zstream avail fields to `size_t`
Johannes Schindelin
1
-1
/
+2
2026-08-05
odb/streaming: rename `struct odb_read_stream`
Patrick Steinhardt
1
-2
/
+2
2026-07-02
packfile: thread odb_source_packed through packed_object_info()
Patrick Steinhardt
1
-2
/
+4
2026-06-24
Merge branch 'ps/odb-source-packed' into ps/odb-drop-whence
Junio C Hamano
1
-168
/
+12
2026-06-21
Merge branch 'js/objects-larger-than-4gb-on-windows-more'
Junio C Hamano
1
-2
/
+3
2026-06-17
odb/source-packed: wire up `freshen_object()` callback
Patrick Steinhardt
1
-3
/
+0
2026-06-17
odb/source-packed: wire up `find_abbrev_len()` callback
Patrick Steinhardt
1
-5
/
+0
2026-06-17
odb/source-packed: wire up `count_objects()` callback
Patrick Steinhardt
1
-10
/
+0
2026-06-17
odb/source-packed: wire up `for_each_object()` callback
Patrick Steinhardt
1
-15
/
+2
2026-06-17
odb/source-packed: wire up `read_object_stream()` callback
Patrick Steinhardt
1
-4
/
+0
2026-06-17
odb/source-packed: wire up `read_object_info()` callback
Patrick Steinhardt
1
-11
/
+4
2026-06-17
odb/source-packed: wire up `reprepare()` callback
Patrick Steinhardt
1
-17
/
+0
2026-06-17
odb/source-packed: wire up `close()` callback
Patrick Steinhardt
1
-6
/
+0
2026-06-17
odb/source-packed: start converting to a proper `struct odb_source`
Patrick Steinhardt
1
-6
/
+0
2026-06-17
packfile: move packed source into "odb/" subsystem
Patrick Steinhardt
1
-65
/
+1
2026-06-17
packfile: split out packfile list logic
Patrick Steinhardt
1
-22
/
+1
2026-06-17
packfile: rename `struct packfile_store` to `odb_source_packed`
Patrick Steinhardt
1
-16
/
+16
2026-06-15
packfile,delta: drop the `cast_size_t_to_ulong()` wrappers
Johannes Schindelin
1
-1
/
+1
2026-06-15
packfile: widen unpack_entry()'s size out-parameter to size_t
Johannes Schindelin
1
-1
/
+2
2026-06-15
Merge branch 'ak/typofixes'
Junio C Hamano
1
-1
/
+1
2026-06-08
doc: fix typos via codespell
Andrew Kreimer
1
-1
/
+1
2026-05-09
odb, packfile: use size_t for streaming object sizes
Johannes Schindelin
1
-2
/
+2
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
-0
/
+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
-0
/
+2
2026-03-20
object-file: move logic to compute packed abbreviation length
Patrick Steinhardt
1
-0
/
+5
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
1
-1
/
+1
2026-03-12
Merge branch 'ps/odb-sources'
Junio C Hamano
1
-2
/
+5
2026-03-12
odb: introduce generic object counting
Patrick Steinhardt
1
-6
/
+0
2026-03-12
odb/source: introduce generic object counting
Patrick Steinhardt
1
-0
/
+1
2026-03-12
packfile: extract logic to count number of objects
Patrick Steinhardt
1
-0
/
+9
2026-03-10
Merge branch 'ps/odb-sources' into ps/object-counting
Junio C Hamano
1
-2
/
+5
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
1
-2
/
+5
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
1
-2
/
+2
2026-03-05
Merge branch 'ps/fsck-stream-from-the-right-object-instance'
Junio C Hamano
1
-0
/
+5
2026-03-02
Merge branch 'ps/object-info-bits-cleanup'
Junio C Hamano
1
-1
/
+1
2026-02-23
Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sources
Junio C Hamano
1
-1
/
+1
2026-02-23
packfile: expose function to read object stream for an offset
Patrick Steinhardt
1
-0
/
+5
2026-02-12
odb: convert object info flags into an enum
Patrick Steinhardt
1
-1
/
+1
2026-01-26
odb: drop unused `for_each_{loose,packed}_object()` functions
Patrick Steinhardt
1
-2
/
+0
2026-01-26
packfile: introduce function to iterate through objects
Patrick Steinhardt
1
-0
/
+15
2026-01-26
odb: fix flags parameter to be unsigned
Patrick Steinhardt
1
-2
/
+2
[next]