aboutsummaryrefslogtreecommitdiff
path: root/ref
Commit message (Collapse)AuthorAgeFilesLines
* ref/store: More bikesheddingGravatar Runxi Yu5 days2-0/+4
|
* ref/store: List should not be backend-definedGravatar Runxi Yu5 days1-0/+2
|
* ref/store: Simplify names v0.1.166Gravatar Runxi Yu2026-03-316-13/+13
|
* ref/store: Shape Batch a bit more like Transaction and eagerly validate what ↵Gravatar Runxi Yu2026-03-315-37/+53
| | | | we could.
* ref/store: Remove ReadWriteStoreGravatar Runxi Yu2026-03-301-8/+0
|
* *: Remove Close from object/ref store interfacesGravatar Runxi Yu2026-03-291-6/+0
| | | | | | | | 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.
* object/id: Split filesGravatar Runxi Yu2026-03-292-3/+3
|
* ref/store: Expand docsGravatar Runxi Yu2026-03-291-0/+8
|
* ref/name: Update docs v0.1.138Gravatar Runxi Yu2026-03-291-1/+6
|
* ref: Update docsGravatar Runxi Yu2026-03-292-1/+5
|
* *: Remove Close exception for MT-Safe v0.1.133Gravatar Runxi Yu2026-03-293-0/+6
|
* *: Repeated calls to Close are UB by default v0.1.132Gravatar Runxi Yu2026-03-291-2/+0
|
* *: Add Life-Parent for Deps-Borrowed where appropriateGravatar Runxi Yu2026-03-292-2/+2
|
* ref/store/files: Update docsGravatar Runxi Yu2026-03-2811-7/+25
|
* ref/store/chain: Update docsGravatar Runxi Yu2026-03-283-6/+3
|
* ref/store: Clarify contractGravatar Runxi Yu2026-03-286-10/+28
|
* ref: Consider casting to [Detached] or [Symbolic].Gravatar Runxi Yu2026-03-281-1/+1
|
* object/store: Rename from object/storerGravatar Runxi Yu2026-03-271-1/+1
|
* ref/name: Rename from ref/refnameGravatar Runxi Yu2026-03-2626-4/+4
|
* *: Use errors.AsType v0.1.113Gravatar Runxi Yu2026-03-253-16/+19
|
* object: Split each object type into its own package v0.1.108Gravatar Runxi Yu2026-03-2526-26/+26
|
* *: object/store -> object/storer v0.1.107Gravatar Runxi Yu2026-03-251-1/+1
|
* *: refstore -> ref/storeGravatar Runxi Yu2026-03-2583-0/+4268
|
* *: objectid -> object/idGravatar Runxi Yu2026-03-251-1/+1
|
* *: Add some package-level doc comments v0.1.73Gravatar Runxi Yu2026-03-071-0/+2
|
* ref/refname: Add refname validationGravatar Runxi Yu2026-03-0722-0/+1236
|
* ref: Split filesGravatar Runxi Yu2026-03-063-34/+36
|
* *: Update doc-comments v0.1.13Gravatar Runxi Yu2026-02-211-1/+1
|
* ref: Note that the Peeled field is optionalGravatar Runxi Yu2026-02-211-0/+3
|
* ref: Add Ref, Detached, SymbolicGravatar Runxi Yu2026-02-211-0/+41