aboutsummaryrefslogtreecommitdiff
path: root/obj_tree.go
Commit message (Collapse)AuthorAgeFilesLines
* repo: Drop hashSize and use hashAlgo.size()Gravatar Runxi Yu2026-01-171-3/+3
|
* hash: Key by algorithm, not sizeGravatar Runxi Yu2026-01-171-3/+4
|
* obj_tree: Fix Entry sortingGravatar Runxi Yu2025-11-291-12/+79
|
* Make the internal serialize function a method insteadGravatar Runxi Yu2025-11-171-4/+4
|
* Add a little bit more of documentationGravatar Runxi Yu2025-11-161-1/+6
|
* Use actual git for tests and enhance HeadGravatar Runxi Yu2025-11-161-2/+18
|
* EntryRecursive should return ErrNotFound instead of nil, nilGravatar Runxi Yu2025-11-161-3/+2
|
* Fix some docs and API typesGravatar Runxi Yu2025-11-161-3/+3
|
* Documentation overhaulGravatar Runxi Yu2025-11-161-2/+42
|
* Separate stored object types from types that the user is expected to construct.Gravatar Runxi Yu2025-11-161-5/+17
|
* Rename ObjType enumGravatar Runxi Yu2025-11-161-2/+2
|
* Unexport Repository.HashSizeGravatar Runxi Yu2025-11-161-4/+4
|
* Make ObjectType look like a pointer-receiver in the docsGravatar Runxi Yu2025-11-161-1/+2
|
* Rename ObjType -> ObjectTypeGravatar Runxi Yu2025-11-161-2/+2
|
* Make the API more consistentGravatar Runxi Yu2025-11-161-6/+6
|
* hash: Make fewer helper functions need explicit hash length fieldsGravatar Runxi Yu2025-11-161-9/+10
|
* Revert "hash: Generic hash-algorithm API"Gravatar Runxi Yu2025-11-161-19/+17
| | | | | | | 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-17/+19
|
* Support multiple hash sizes in one buildGravatar Runxi Yu2025-11-161-9/+9
|
* Remove unnecessary blank line in struct fieldsGravatar Runxi Yu2025-11-151-2/+1
|
* Include hashes in object structsGravatar Runxi Yu2025-11-151-3/+3
|
* tree: Add Entry method (binary search over entries to get hash)Gravatar Runxi Yu2025-11-151-0/+17
|
* Initial commitGravatar Runxi Yu2025-11-131-0/+110