aboutsummaryrefslogtreecommitdiff
path: root/objectstore/loose/store.go
Commit message (Expand)AuthorAgeFilesLines
* *: objectstore -> object/storeGravatar Runxi Yu2026-03-251-41/+0
* *: objectid -> object/idGravatar Runxi Yu2026-03-251-1/+1
* objectstore/*, repository, receivepack/service: don't take ownership of rootGravatar Runxi Yu2026-03-221-6/+4
* objectstore{,/loose}: Document contracts more clearlyGravatar Runxi Yu2026-03-221-0/+6
* *: LintGravatar Runxi Yu2026-03-041-0/+1
* repository, {ref,object}store: Make stores own their rootsGravatar Runxi Yu2026-02-211-4/+3
* *: Update doc-comments v0.1.13Gravatar Runxi Yu2026-02-211-1/+1
* objectstore/loose: We should receive the objects directory, not repo rootGravatar Runxi Yu2026-02-211-4/+5
* objectstore/loose: We don't need this nil check either, I thinkGravatar Runxi Yu2026-02-211-4/+0
* objectstore/loose: Add loose backendGravatar Runxi Yu2026-02-211-0/+40