aboutsummaryrefslogtreecommitdiff
path: root/repository/objects.go
Commit message (Expand)AuthorAgeFilesLines
* repository: Use dual v0.1.161Gravatar Runxi Yu2026-03-301-23/+34
* object/store: ReadingStore -> ReaderGravatar Runxi Yu2026-03-301-3/+3
* *: Remove Close from object/ref store interfaces•••At places where you own the object, you should have the literal implementation with Close. If you're using it via the interface, then you probably don't own that store, and you shouldn't be closing it. Thanks to Michael MurĂ© from git-bug for this point. Gravatar Runxi Yu2026-03-291-1/+1
* repository: Add guidanceGravatar Runxi Yu2026-03-291-0/+4
* repository: Use labels v0.1.120Gravatar Runxi Yu2026-03-281-3/+1
* repository: Unify docsGravatar Runxi Yu2026-03-281-0/+9
* object/store: Rename back from storer; rename Store to ReadingStore v0.1.118Gravatar Runxi Yu2026-03-281-3/+3
* object/store: Rename from object/storerGravatar Runxi Yu2026-03-271-7/+7
* object: Split each object type into its own package v0.1.108Gravatar Runxi Yu2026-03-251-1/+1
* *: object/store -> object/storer v0.1.107Gravatar Runxi Yu2026-03-251-7/+7
* *: objectstore -> object/storeGravatar Runxi Yu2026-03-251-4/+4
* *: 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-37/+9
* objectstore/loose, receivepack/service, repository: Lint whitespaceGravatar Runxi Yu2026-03-221-1/+4
* objectstore/*, repository, receivepack/service: don't take ownership of rootGravatar Runxi Yu2026-03-221-17/+40
* objectstore: Refresh•••* Add manual Refresh for various objectstore's * RefreshPolicy option * Refreshable MRU and atomic snapshotting v0.1.80Gravatar Runxi Yu2026-03-081-1/+5
* *: Lint v0.1.68Gravatar Runxi Yu2026-03-061-0/+3
* repository: Refactor v0.1.55Gravatar Runxi Yu2026-03-061-0/+69