index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packfile.c
Age
Commit message (
Expand
)
Author
Lines
12 days
Merge branch 'ps/odb-cleanup'
Junio C Hamano
-1
/
+1
2026-04-06
Merge branch 'tb/stdin-packs-excluded-but-open'
Junio C Hamano
-1
/
+2
2026-03-31
treewide: use enum for `odb_for_each_object()` flags
Patrick Steinhardt
-1
/
+1
2026-03-27
pack-objects: support excluded-open packs with --stdin-packs
Taylor Blau
-1
/
+2
2026-03-20
object-file: move logic to compute packed abbreviation length
Patrick Steinhardt
-0
/
+111
2026-03-20
object-name: move logic to iterate through packed prefixed objects
Patrick Steinhardt
-0
/
+174
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
-6
/
+6
2026-03-12
Merge branch 'ps/odb-sources'
Junio C Hamano
-10
/
+26
2026-03-12
odb: introduce generic object counting
Patrick Steinhardt
-27
/
+0
2026-03-12
odb/source: introduce generic object counting
Patrick Steinhardt
-2
/
+2
2026-03-12
packfile: extract logic to count number of objects
Patrick Steinhardt
-10
/
+35
2026-03-10
Merge branch 'ps/odb-sources' into ps/object-counting
Junio C Hamano
-10
/
+26
2026-03-05
odb/source: make `read_object_info()` function pluggable
Patrick Steinhardt
-1
/
+9
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
-9
/
+17
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
-8
/
+8
2026-03-05
Merge branch 'ps/fsck-stream-from-the-right-object-instance'
Junio C Hamano
-16
/
+24
2026-03-02
Merge branch 'ps/object-info-bits-cleanup'
Junio C Hamano
-1
/
+1
2026-02-23
Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sources
Junio C Hamano
-1
/
+1
2026-02-23
packfile: expose function to read object stream for an offset
Patrick Steinhardt
-16
/
+24
2026-02-12
odb: convert object info flags into an enum
Patrick Steinhardt
-1
/
+1
2026-01-26
odb: drop unused `for_each_{loose,packed}_object()` functions
Patrick Steinhardt
-64
/
+35
2026-01-26
odb: introduce mtime fields for object info requests
Patrick Steinhardt
-7
/
+34
2026-01-26
treewide: enumerate promisor objects via `odb_for_each_object()`
Patrick Steinhardt
-15
/
+22
2026-01-26
packfile: introduce function to iterate through objects
Patrick Steinhardt
-0
/
+51
2026-01-26
packfile: extract function to iterate through objects of a store
Patrick Steinhardt
-33
/
+45
2026-01-26
odb: fix flags parameter to be unsigned
Patrick Steinhardt
-2
/
+2
2026-01-26
odb: rename `FOR_EACH_OBJECT_*` flags
Patrick Steinhardt
-10
/
+10
2026-01-21
Merge branch 'ps/read-object-info-improvements'
Junio C Hamano
-24
/
+37
2026-01-21
Merge branch 'ps/packfile-store-in-odb-source'
Junio C Hamano
-104
/
+125
2026-01-15
Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-object
Junio C Hamano
-103
/
+124
2026-01-15
Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-object
Junio C Hamano
-24
/
+37
2026-01-12
packfile: drop repository parameter from `packed_object_info()`
Patrick Steinhardt
-4
/
+4
2026-01-12
packfile: skip unpacking object header for disk size requests
Patrick Steinhardt
-2
/
+5
2026-01-12
packfile: disentangle return value of `packed_object_info()`
Patrick Steinhardt
-9
/
+12
2026-01-12
packfile: always populate pack-specific info when reading object info
Patrick Steinhardt
-17
/
+14
2026-01-12
packfile: extend `is_delta` field to allow for "unknown" state
Patrick Steinhardt
-3
/
+14
2026-01-12
packfile: always declare object info to be OI_PACKED
Patrick Steinhardt
-2
/
+1
2026-01-09
packfile: move MIDX into packfile store
Patrick Steinhardt
-4
/
+8
2026-01-09
packfile: refactor `find_pack_entry()` to work on the packfile store
Patrick Steinhardt
-20
/
+23
2026-01-09
packfile: inline `find_kept_pack_entry()`
Patrick Steinhardt
-18
/
+10
2026-01-09
packfile: only prepare owning store in `packfile_store_prepare()`
Patrick Steinhardt
-14
/
+5
2026-01-09
packfile: only prepare owning store in `packfile_store_get_packs()`
Patrick Steinhardt
-4
/
+2
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
-46
/
+81
2026-01-09
packfile: refactor misleading code when unusing pack windows
Patrick Steinhardt
-6
/
+5
2026-01-09
packfile: refactor kept-pack cache to work with packfile stores
Patrick Steinhardt
-17
/
+20
2026-01-09
packfile: pass source to `prepare_pack()`
Patrick Steinhardt
-9
/
+5
2026-01-09
packfile: create store via its owning source
Patrick Steinhardt
-10
/
+10
2025-12-30
Merge branch 'jc/object-read-stream-fix'
Junio C Hamano
-2
/
+1
2025-12-28
Merge branch 'ap/packfile-promisor-object-optim'
Junio C Hamano
-1
/
+2
2025-12-18
Merge branch 'jc/object-read-stream-fix' into ps/read-object-info-improvements
Junio C Hamano
-2
/
+1
[next]