aboutsummaryrefslogtreecommitdiff
path: root/loose.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename ObjType enumGravatar Runxi Yu2025-11-161-31/+31
|
* Unexport Repository.HashSizeGravatar Runxi Yu2025-11-161-2/+2
|
* Rename ObjType -> ObjectTypeGravatar Runxi Yu2025-11-161-4/+4
|
* hash: Make fewer helper functions need explicit hash length fieldsGravatar Runxi Yu2025-11-161-13/+29
|
* Revert "hash: Generic hash-algorithm API"Gravatar Runxi Yu2025-11-161-26/+26
| | | | | | | This reverts commit 94bfb1fa147f80e6ec39009d41fc2f853925e0a5. Generics actually kinda suck for these purposes... once you look at it from the user's perspective.
* hash: Generic hash-algorithm APIGravatar Runxi Yu2025-11-161-26/+26
|
* Support multiple hash sizes in one buildGravatar Runxi Yu2025-11-161-12/+12
|
* Loose object writing draftGravatar Runxi Yu2025-11-151-0/+46
|
* Read types and sizes without inflating entire objectGravatar Runxi Yu2025-11-141-22/+89
|
* Initial commitGravatar Runxi Yu2025-11-131-0/+88