aboutsummaryrefslogtreecommitdiff
path: root/object/typ
Commit message (Expand)AuthorAgeFilesLines
* object/typ: Wrong capitalization in errorsGravatar Runxi Yu7 days1-1/+1
* object/typ: Reformat a bitGravatar Runxi Yu8 days4-8/+8
* object/typ: SimplifyGravatar Runxi Yu9 days5-19/+19
* 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-143-35/+6
* object/typ: Implement object typesGravatar Runxi Yu2026-04-025-0/+100