aboutsummaryrefslogtreecommitdiff
path: root/obj.go
Commit message (Expand)AuthorAgeFilesLines
* obj, loose: Add Object.Serialize() interfaceGravatar Runxi Yu2026-01-291-0/+3
* obj: Add ReadObjectTypeRawGravatar Runxi Yu2025-11-221-0/+26
* obj: Return ErrNotFound, not ErrInvalidObject, when not found in packsGravatar Runxi Yu2025-11-221-1/+1
* obj: call parseObjectBody in ReadObject instead of loose/pack readersGravatar Runxi Yu2025-11-221-4/+11
* Add a little bit more of documentationGravatar Runxi Yu2025-11-161-0/+2
* Fix some docs and API typesGravatar Runxi Yu2025-11-161-1/+1
* Documentation overhaulGravatar Runxi Yu2025-11-161-10/+22
* Separate stored object types from types that the user is expected to construct.Gravatar Runxi Yu2025-11-161-1/+7
* Rename ObjType enumGravatar Runxi Yu2025-11-161-29/+29
* Rename ObjType -> ObjectTypeGravatar Runxi Yu2025-11-161-14/+14
* hash: Make fewer helper functions need explicit hash length fieldsGravatar Runxi Yu2025-11-161-24/+4
* Revert "hash: Generic hash-algorithm API"•••This reverts commit 94bfb1fa147f80e6ec39009d41fc2f853925e0a5. Generics actually kinda suck for these purposes... once you look at it from the user's perspective. Gravatar Runxi Yu2025-11-161-12/+17
* hash: Generic hash-algorithm APIGravatar Runxi Yu2025-11-161-17/+12
* Support multiple hash sizes in one buildGravatar Runxi Yu2025-11-161-13/+11
* Include hashes in object structsGravatar Runxi Yu2025-11-151-4/+0
* Read types and sizes without inflating entire objectGravatar Runxi Yu2025-11-141-0/+19
* Initial commitGravatar Runxi Yu2025-11-131-0/+119