aboutsummaryrefslogtreecommitdiff
path: root/objectstore/objectstore.go
Commit message (Expand)AuthorAgeFilesLines
* *: objectstore -> object/storeGravatar Runxi Yu2026-03-251-92/+0
* *: objectid -> object/idGravatar Runxi Yu2026-03-251-1/+1
* *: objecttype, objectheader -> object/type, object/headerGravatar Runxi Yu2026-03-251-1/+1
* objectstore{,/packed}: Document lifetime and integrity behaviorGravatar Runxi Yu2026-03-221-0/+5
* objectstore{,/loose}: Document contracts more clearlyGravatar Runxi Yu2026-03-221-0/+23
* objectstore: Clarify docsGravatar Runxi Yu2026-03-131-2/+13
* objectstore: Refresh•••* Add manual Refresh for various objectstore's * RefreshPolicy option * Refreshable MRU and atomic snapshotting v0.1.80Gravatar Runxi Yu2026-03-081-0/+4
* Urgh I made some wrong amends and I'm too tired to separate the commits out t...•••ancestor: Split out of reachability mergebase: Add merge base routines internal/commitquery: Add commit query context engine thingy internal/peel: Shared tag peeling errors: Shared object query errors internal/testgit: Add rooted repo helpers; remove raw path access objectstore/memory: Add in-memory object store objectid: Add Compare helper Gravatar Runxi Yu2026-03-071-0/+1
* objectstore: Add notes on a Cursor v0.1.63Gravatar Runxi Yu2026-03-061-0/+6
* *: Fix the broken comments for overescaping that python scriptGravatar Runxi Yu2026-02-221-2/+2
* objectstore/*, repository: Add ReadSize•••For cases where knowing the type is unnecessary and incurs extra overhead. v0.1.28Gravatar Runxi Yu2026-02-211-0/+5
* *: Modernize and lint; add CI v0.1.17Gravatar Runxi Yu2026-02-211-1/+1
* *: Update doc-comments v0.1.13Gravatar Runxi Yu2026-02-211-1/+1
* objectstore: Clarify the hash contract in ReadBytesFullGravatar Runxi Yu2026-02-211-1/+4
* objectstore: ReadReaderContent should have an advisory declared lengthGravatar Runxi Yu2026-02-211-2/+3
* objectstore: Rename ObjectStore to StoreGravatar Runxi Yu2026-02-211-2/+2
* objectstore: Rename from objectdbGravatar Runxi Yu2026-02-211-0/+33