index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packfile.h
Age
Commit message (
Expand
)
Author
7 days
Merge branch 'ps/odb-cleanup'
Junio C Hamano
8 days
Merge branch 'tb/stdin-packs-excluded-but-open'
Junio C Hamano
2026-03-31
treewide: use enum for `odb_for_each_object()` flags
Patrick Steinhardt
2026-03-27
pack-objects: support excluded-open packs with --stdin-packs
Taylor Blau
2026-03-20
object-file: move logic to compute packed abbreviation length
Patrick Steinhardt
2026-03-20
odb: introduce `struct odb_for_each_object_options`
Patrick Steinhardt
2026-03-12
Merge branch 'ps/odb-sources'
Junio C Hamano
2026-03-12
odb: introduce generic object counting
Patrick Steinhardt
2026-03-12
odb/source: introduce generic object counting
Patrick Steinhardt
2026-03-12
packfile: extract logic to count number of objects
Patrick Steinhardt
2026-03-10
Merge branch 'ps/odb-sources' into ps/object-counting
Junio C Hamano
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
2026-03-05
Merge branch 'ps/fsck-stream-from-the-right-object-instance'
Junio C Hamano
2026-03-02
Merge branch 'ps/object-info-bits-cleanup'
Junio C Hamano
2026-02-23
Merge branch 'ps/object-info-bits-cleanup' into ps/odb-sources
Junio C Hamano
2026-02-23
packfile: expose function to read object stream for an offset
Patrick Steinhardt
2026-02-12
odb: convert object info flags into an enum
Patrick Steinhardt
2026-01-26
odb: drop unused `for_each_{loose,packed}_object()` functions
Patrick Steinhardt
2026-01-26
packfile: introduce function to iterate through objects
Patrick Steinhardt
2026-01-26
odb: fix flags parameter to be unsigned
Patrick Steinhardt
2026-01-26
odb: rename `FOR_EACH_OBJECT_*` flags
Patrick Steinhardt
2026-01-21
Merge branch 'ps/read-object-info-improvements'
Junio C Hamano
2026-01-15
Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-object
Junio C Hamano
2026-01-12
packfile: drop repository parameter from `packed_object_info()`
Patrick Steinhardt
2026-01-12
packfile: disentangle return value of `packed_object_info()`
Patrick Steinhardt
2026-01-09
packfile: move MIDX into packfile store
Patrick Steinhardt
2026-01-09
packfile: inline `find_kept_pack_entry()`
Patrick Steinhardt
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
2026-01-09
packfile: refactor kept-pack cache to work with packfile stores
Patrick Steinhardt
2026-01-09
packfile: create store via its owning source
Patrick Steinhardt
2025-12-16
Merge branch 'ps/object-read-stream'
Junio C Hamano
2025-12-15
Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-source
Junio C Hamano
2025-12-05
Merge branch 'ps/object-source-management'
Junio C Hamano
2025-11-24
Merge branch 'ps/object-source-loose'
Junio C Hamano
2025-11-23
streaming: move logic to read packed objects streams into backend
Patrick Steinhardt
2025-11-23
packfile: introduce function to read object info from a store
Patrick Steinhardt
2025-11-19
odb: adopt logic to close object databases
Patrick Steinhardt
2025-11-03
object-file: refactor freshening of objects
Patrick Steinhardt
2025-10-30
packfile: track packs via the MRU list exclusively
Patrick Steinhardt
2025-10-30
packfile: move list of packs into the packfile store
Patrick Steinhardt
2025-10-30
http: refactor subsystem to use `packfile_list`s
Patrick Steinhardt
2025-10-30
packfile: move the MRU list into the packfile store
Patrick Steinhardt
2025-10-30
packfile: use a `strmap` to store packs by name
Patrick Steinhardt
2025-10-16
packfile: rename `packfile_store_get_all_packs()`
Patrick Steinhardt
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
2025-10-16
packfile: drop `packfile_store_get_packs()`
Patrick Steinhardt
2025-09-24
packfile: refactor `get_packed_git_mru()` to work on packfile store
Patrick Steinhardt
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
2025-09-24
packfile: refactor `get_packed_git()` to work on packfile store
Patrick Steinhardt
[next]