aboutsummaryrefslogtreecommitdiff
path: root/repository/repository.go
Commit message (Expand)AuthorAgeFilesLines
* reachability, repository: MT-Safe reachability v0.1.125Gravatar Runxi Yu2026-03-281-2/+3
* repository: Expose CommitQueriesGravatar Runxi Yu2026-03-281-2/+4
* repository: Add commit-graphGravatar Runxi Yu2026-03-281-3/+5
* repository: Use labels v0.1.120Gravatar Runxi Yu2026-03-281-5/+6
* repository: Unify docsGravatar Runxi Yu2026-03-281-2/+3
* object/store: Rename back from storer; rename Store to ReadingStore v0.1.118Gravatar Runxi Yu2026-03-281-1/+1
* object/store: Rename from object/storerGravatar Runxi Yu2026-03-271-4/+4
* repository: Yeah this phrasing is *much* better than the 2AM one v0.1.112Gravatar Runxi Yu2026-03-251-1/+2
* object: Split each object type into its own package v0.1.108Gravatar Runxi Yu2026-03-251-2/+2
* *: object/store -> object/storer v0.1.107Gravatar Runxi Yu2026-03-251-4/+4
* *: refstore -> ref/storeGravatar Runxi Yu2026-03-251-1/+1
* *: objectstore -> object/storeGravatar Runxi Yu2026-03-251-3/+3
* *: objectid -> object/idGravatar Runxi Yu2026-03-251-1/+1
* repository: Clarify ownershipGravatar Runxi Yu2026-03-241-0/+4
* *: Fixup ownership of compositional backends v0.1.88Gravatar Runxi Yu2026-03-221-7/+8
* refstore, repository: Ownership/lifetimes fix v0.1.87Gravatar Runxi Yu2026-03-221-0/+1
* objectstore/*, repository, receivepack/service: don't take ownership of rootGravatar Runxi Yu2026-03-221-0/+5
* 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