aboutsummaryrefslogtreecommitdiff
path: root/object/typ/type.go
Commit message (Expand)AuthorAgeFilesLines
* object/typ: SimplifyGravatar Runxi Yu10 days1-9/+6
* object/typ: Don't mirror packfiles•••Future, ref delta, and offset delta are all implementation details to the packfile format and may or may not apply elsewhere. object/typ should only include base object types and should be backend-agnostic (and TypeInvalid). Also, object type to property mappings such as isBase should generally belong in the layer that actually needs them; in this case, .pack/.idx/.rev. Gravatar Runxi Yu2026-04-141-17/+0
* object/typ: Implement object typesGravatar Runxi Yu2026-04-021-0/+38