aboutsummaryrefslogtreecommitdiff
path: root/repo.go
Commit message (Collapse)AuthorAgeFilesLines
* Move config to its own packageGravatar Runxi Yu2025-11-161-1/+3
|
* Unexport Repository.HashSizeGravatar Runxi Yu2025-11-161-7/+7
|
* Remove repo.RootGravatar Runxi Yu2025-11-161-5/+0
|
* Rename ObjType -> ObjectTypeGravatar Runxi Yu2025-11-161-1/+1
|
* Ignore error on f.Close()Gravatar Runxi Yu2025-11-161-1/+3
|
* Add basic support for parsing configuration filesGravatar Runxi Yu2025-11-161-5/+36
| | | | Now support for switching hash algorithms should be complete!
* Make the API more consistentGravatar Runxi Yu2025-11-161-27/+27
|
* hash: Make fewer helper functions need explicit hash length fieldsGravatar Runxi Yu2025-11-161-0/+49
|
* Revert "hash: Generic hash-algorithm API"Gravatar Runxi Yu2025-11-161-20/+15
| | | | | | | 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-15/+20
|
* Support multiple hash sizes in one buildGravatar Runxi Yu2025-11-161-3/+10
|
* Add initial support for multi pack indexesGravatar Runxi Yu2025-11-151-0/+10
|
* Initial commitGravatar Runxi Yu2025-11-131-0/+82