aboutsummaryrefslogtreecommitdiff
path: root/object/parse.go
Commit message (Collapse)AuthorAgeFilesLines
* object/id: Rename algorithm to object formatGravatar Runxi Yu28 hours1-4/+4
|
* object{,/blob,/commit}: Fix lintsGravatar Runxi Yu31 hours1-5/+3
|
* object: Fix error handlingGravatar Runxi Yu31 hours1-5/+21
|
* object/{blob,commit}: Remove testgit and other unsatisfied dependencies for nowGravatar Runxi Yu31 hours1-4/+4
| | | | This should be reverted (literally, or in effect) sometime.
* object: Add interfaces and global parserGravatar Runxi Yu32 hours1-0/+48
|
* object: Split filesGravatar Runxi Yu2026-03-291-50/+0
|
* object: Split each object type into its own package v0.1.108Gravatar Runxi Yu2026-03-251-4/+8
|
* *: objectid -> object/idGravatar Runxi Yu2026-03-251-1/+1
|
* *: objecttype, objectheader -> object/type, object/headerGravatar Runxi Yu2026-03-251-2/+2
|
* Revert "object/header: Rename from objectheader"Gravatar Runxi Yu2026-03-101-2/+2
| | | | This reverts commit 85f1212724e037e6934203f04a3f6231ac609503.
* object/header: Rename from objectheaderGravatar Runxi Yu2026-03-101-2/+2
|
* *: Lint v0.1.68Gravatar Runxi Yu2026-03-061-15/+19
|
* *: Modernize and lint; add CI v0.1.17Gravatar Runxi Yu2026-02-211-0/+2
|
* objectheader: Move out of internalGravatar Runxi Yu2026-02-211-2/+2
|
* objectid: Rename from oidGravatar Runxi Yu2026-02-201-3/+3
|
* object: Add general parse functionGravatar Runxi Yu2026-02-201-0/+40