aboutsummaryrefslogtreecommitdiff
path: root/pack_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pack: Add _read to filenamesGravatar Runxi Yu2026-01-281-149/+0
|
* Remove the multi-pack-index tests which is unused anywayGravatar Runxi Yu2025-11-221-73/+0
|
* Use actual git for tests and enhance HeadGravatar Runxi Yu2025-11-161-162/+168
|
* Extract bufpool into its own packageGravatar Runxi Yu2025-11-161-4/+6
|
* Rename ObjType enumGravatar Runxi Yu2025-11-161-2/+2
|
* Unexport Repository.HashSizeGravatar Runxi Yu2025-11-161-1/+1
|
* Rename ObjType -> ObjectTypeGravatar Runxi Yu2025-11-161-1/+1
|
* hash: Make fewer helper functions need explicit hash length fieldsGravatar Runxi Yu2025-11-161-3/+3
|
* Revert "hash: Generic hash-algorithm API"Gravatar Runxi Yu2025-11-161-10/+8
| | | | | | | 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-8/+10
|
* Support multiple hash sizes in one buildGravatar Runxi Yu2025-11-161-6/+6
|
* Use SHA-256 by defaultGravatar Runxi Yu2025-11-151-1/+1
|
* Initial commitGravatar Runxi Yu2025-11-131-0/+214