aboutsummaryrefslogtreecommitdiff
path: root/object/typ
Commit message (Collapse)AuthorAgeFilesLines
* Unify rules around errors.go or notGravatar Runxi Yu23 hours2-6/+5
|
* More cleanupsGravatar Runxi Yu23 hours1-0/+1
|
* Various fixes and QoL thingsGravatar Runxi Yu33 hours1-1/+4
|
* object/typ: Wrong capitalization in errorsGravatar Runxi Yu2026-05-181-1/+1
|
* object/typ: Reformat a bitGravatar Runxi Yu2026-05-184-8/+8
|
* object/typ: SimplifyGravatar Runxi Yu2026-05-165-19/+19
|
* object/typ: Don't mirror packfilesGravatar Runxi Yu2026-04-143-35/+6
| | | | | | | | | | | 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.
* object/typ: Implement object typesGravatar Runxi Yu2026-04-025-0/+100