aboutsummaryrefslogtreecommitdiff
path: root/pack_midx.go
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add initial support for multi pack indexes"Gravatar Runxi Yu2025-11-201-313/+0
| | | | | | | This reverts commit 6f8acbf1503d2fa1ef705d35a743fc6b279942e5. Apparently my MIDX support is broken and it breaks some repos... it'll be added back when ready.
* Revert "Compute checksum when reading packfiles"Gravatar Runxi Yu2025-11-171-18/+0
| | | | | | | This reverts commit 1dcb92427c23d0a8b23c0154b892243c749afa5a. Yeah this should be part of the network protocol rather than being done on *every read*.
* Compute checksum when reading packfilesGravatar Runxi Yu2025-11-171-0/+18
|
* Remove meaningless commentGravatar Runxi Yu2025-11-171-1/+0
|
* Unexport Repository.HashSizeGravatar Runxi Yu2025-11-161-4/+4
|
* hash: Make fewer helper functions need explicit hash length fieldsGravatar Runxi Yu2025-11-161-1/+7
|
* Revert "hash: Generic hash-algorithm API"Gravatar Runxi Yu2025-11-161-30/+14
| | | | | | | 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-14/+30
|
* Support multiple hash sizes in one buildGravatar Runxi Yu2025-11-161-2/+2
|
* Add initial support for multi pack indexesGravatar Runxi Yu2025-11-151-0/+308