aboutsummaryrefslogtreecommitdiff
path: root/refstore/files/store.go
Commit message (Collapse)AuthorAgeFilesLines
* *: refstore -> ref/storeGravatar Runxi Yu2026-03-251-32/+0
|
* *: objectid -> object/idGravatar Runxi Yu2026-03-251-1/+1
|
* refstore, repository: Ownership/lifetimes fix v0.1.87Gravatar Runxi Yu2026-03-221-1/+2
|
* refstore/files: Implement batchingGravatar Runxi Yu2026-03-071-0/+1
|
* refstore/files: Accept timeout instead of reading from configGravatar Runxi Yu2026-03-071-122/+0
| | | | And split things up again.
* refstore/files: Add new files backendGravatar Runxi Yu2026-03-071-0/+152
(And use it in repository)