aboutsummaryrefslogtreecommitdiff
path: root/objectstore/packed/read_size.go
Commit message (Expand)AuthorAgeFilesLines
* *: objectstore -> object/storeGravatar Runxi Yu2026-03-251-46/+0
* *: objectid -> object/idGravatar Runxi Yu2026-03-251-1/+1
* *: objecttype, objectheader -> object/type, object/headerGravatar Runxi Yu2026-03-251-1/+1
* objectstore{,/packed}: Document lifetime and integrity behaviorGravatar Runxi Yu2026-03-221-0/+4
* *: format/pack -> packfile; format/delta -> delta; delete formatGravatar Runxi Yu2026-03-101-1/+1
* *: LintGravatar Runxi Yu2026-03-041-0/+3
* objectstore/*, repository: Add ReadSize•••For cases where knowing the type is unnecessary and incurs extra overhead. v0.1.28Gravatar Runxi Yu2026-02-211-0/+39