aboutsummaryrefslogtreecommitdiff
path: root/repository/repository.go
Commit message (Expand)AuthorAgeFilesLines
* refstore: Add non-transactional store and rw storeGravatar Runxi Yu2026-03-071-1/+1
* refstore: Rename Store to ReadingStoreGravatar Runxi Yu2026-03-071-1/+1
* repository: Refactor v0.1.55Gravatar Runxi Yu2026-03-061-54/+0
* repository: Split open-related functionsGravatar Runxi Yu2026-03-041-201/+0
* *: LintGravatar Runxi Yu2026-03-041-4/+39
* refstore/packed: Use os.Root v0.1.42Gravatar Runxi Yu2026-03-031-5/+3
* config: Add fuzz, regression tests, and updates v0.1.39Gravatar Runxi Yu2026-03-011-1/+1
* repository: Accept root instead of repopath v0.1.36Gravatar Runxi Yu2026-02-221-31/+15
* repository: Add loose object writing v0.1.20Gravatar Runxi Yu2026-02-211-25/+34
* repository, {ref,object}store: Make stores own their rootsGravatar Runxi Yu2026-02-211-83/+47
* repository: Add Repository abstractionGravatar Runxi Yu2026-02-211-0/+288