index
:
git
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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-21
Merge branch 'ps/read-object-info-improvements'
Junio C Hamano
1
-24
/
+37
2026-01-21
Merge branch 'ps/packfile-store-in-odb-source'
Junio C Hamano
1
-104
/
+125
2026-01-12
packfile: drop repository parameter from `packed_object_info()`
Patrick Steinhardt
1
-4
/
+4
2026-01-12
packfile: skip unpacking object header for disk size requests
Patrick Steinhardt
1
-2
/
+5
2026-01-12
packfile: disentangle return value of `packed_object_info()`
Patrick Steinhardt
1
-9
/
+12
2026-01-12
packfile: always populate pack-specific info when reading object info
Patrick Steinhardt
1
-17
/
+14
2026-01-12
packfile: extend `is_delta` field to allow for "unknown" state
Patrick Steinhardt
1
-3
/
+14
2026-01-12
packfile: always declare object info to be OI_PACKED
Patrick Steinhardt
1
-2
/
+1
2026-01-09
packfile: move MIDX into packfile store
Patrick Steinhardt
1
-4
/
+8
2026-01-09
packfile: refactor `find_pack_entry()` to work on the packfile store
Patrick Steinhardt
1
-20
/
+23
2026-01-09
packfile: inline `find_kept_pack_entry()`
Patrick Steinhardt
1
-18
/
+10
2026-01-09
packfile: only prepare owning store in `packfile_store_prepare()`
Patrick Steinhardt
1
-14
/
+5
2026-01-09
packfile: only prepare owning store in `packfile_store_get_packs()`
Patrick Steinhardt
1
-4
/
+2
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
1
-46
/
+81
2026-01-09
packfile: refactor misleading code when unusing pack windows
Patrick Steinhardt
1
-6
/
+5
2026-01-09
packfile: refactor kept-pack cache to work with packfile stores
Patrick Steinhardt
1
-17
/
+20
2026-01-09
packfile: pass source to `prepare_pack()`
Patrick Steinhardt
1
-9
/
+5
2026-01-09
packfile: create store via its owning source
Patrick Steinhardt
1
-10
/
+10
2025-12-30
Merge branch 'jc/object-read-stream-fix'
Junio C Hamano
1
-2
/
+1
2025-12-28
Merge branch 'ap/packfile-promisor-object-optim'
Junio C Hamano
1
-1
/
+2
2025-12-18
Merge branch 'jc/object-read-stream-fix' into ps/read-object-info-improvements
Junio C Hamano
1
-2
/
+1
2025-12-18
odb: do not use "blank" substitute for NULL
Junio C Hamano
1
-2
/
+1
2025-12-16
Merge branch 'ps/object-read-stream'
Junio C Hamano
1
-17
/
+182
2025-12-15
Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-source
Junio C Hamano
1
-17
/
+182
2025-12-09
packfile: skip hash checks in add_promisor_object()
Aaron Plattner
1
-1
/
+2
2025-12-05
Merge branch 'ps/object-source-management'
Junio C Hamano
1
-15
/
+0
2025-11-24
Merge branch 'ps/object-source-loose'
Junio C Hamano
1
-0
/
+16
2025-11-23
streaming: move into object database subsystem
Patrick Steinhardt
1
-1
/
+1
2025-11-23
streaming: move logic to read packed objects streams into backend
Patrick Steinhardt
1
-0
/
+128
2025-11-23
packfile: introduce function to read object info from a store
Patrick Steinhardt
1
-17
/
+54
2025-11-19
odb: adopt logic to close object databases
Patrick Steinhardt
1
-15
/
+0
2025-11-03
object-file: refactor freshening of objects
Patrick Steinhardt
1
-0
/
+16
2025-10-30
packfile: track packs via the MRU list exclusively
Patrick Steinhardt
1
-20
/
+7
2025-10-30
packfile: always add packfiles to MRU when adding a pack
Patrick Steinhardt
1
-0
/
+1
2025-10-30
packfile: move list of packs into the packfile store
Patrick Steinhardt
1
-46
/
+37
2025-10-30
packfile: fix approximation of object counts
Patrick Steinhardt
1
-4
/
+4
2025-10-30
http: refactor subsystem to use `packfile_list`s
Patrick Steinhardt
1
-0
/
+9
2025-10-30
packfile: move the MRU list into the packfile store
Patrick Steinhardt
1
-9
/
+83
2025-10-30
packfile: use a `strmap` to store packs by name
Patrick Steinhardt
1
-20
/
+4
2025-10-16
packfile: rename `packfile_store_get_all_packs()`
Patrick Steinhardt
1
-1
/
+1
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
1
-2
/
+2
2025-10-16
packfile: drop `packfile_store_get_packs()`
Patrick Steinhardt
1
-6
/
+0
2025-09-24
packfile: refactor `get_packed_git_mru()` to work on packfile store
Patrick Steinhardt
1
-3
/
+3
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
1
-6
/
+6
2025-09-24
packfile: refactor `get_packed_git()` to work on packfile store
Patrick Steinhardt
1
-3
/
+3
2025-09-24
packfile: move `get_multi_pack_index()` into "midx.c"
Patrick Steinhardt
1
-7
/
+1
2025-09-24
packfile: introduce function to load and add packfiles
Patrick Steinhardt
1
-13
/
+31
2025-09-24
packfile: refactor `install_packed_git()` to work on packfile store
Patrick Steinhardt
1
-5
/
+6
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
1
-22
/
+4
2025-09-24
packfile: refactor `prepare_packed_git()` to work on packfile store
Patrick Steinhardt
1
-23
/
+18
[next]