aboutsummaryrefslogtreecommitdiff
path: root/object/tag_parse.go
Commit message (Collapse)AuthorAgeFilesLines
* object: Split each object type into its own package v0.1.108Gravatar Runxi Yu2026-03-251-88/+0
|
* *: objectid -> object/idGravatar Runxi Yu2026-03-251-1/+1
|
* *: objecttype, objectheader -> object/type, object/headerGravatar Runxi Yu2026-03-251-1/+1
|
* *: LintGravatar Runxi Yu2026-03-041-0/+10
|
* object: Rename ident to signature v0.1.38Gravatar Runxi Yu2026-02-221-1/+1
|
* object: ReformatGravatar Runxi Yu2026-02-211-1/+1
|
* objectid: Rename from oidGravatar Runxi Yu2026-02-201-3/+3
|
* object: I guess these checks are unnecessaryGravatar Runxi Yu2026-02-201-4/+0
|
* object: Remove the old opaque errorsGravatar Runxi Yu2026-02-201-1/+1
|
* object: Use objecttype instead of doing object types ourselfGravatar Runxi Yu2026-02-201-2/+3
|
* object: Add basic object codeGravatar Runxi Yu2026-02-201-0/+81