aboutsummaryrefslogtreecommitdiff
path: root/objectstore/loose/write_test.go
Commit message (Collapse)AuthorAgeFilesLines
* *: objectstore -> object/storeGravatar Runxi Yu2026-03-251-137/+0
|
* *: objectid -> object/idGravatar Runxi Yu2026-03-251-1/+1
|
* *: objecttype, objectheader -> object/type, object/headerGravatar Runxi Yu2026-03-251-2/+2
|
* Revert "object/header: Rename from objectheader"Gravatar Runxi Yu2026-03-101-3/+3
| | | | This reverts commit 85f1212724e037e6934203f04a3f6231ac609503.
* object/header: Rename from objectheaderGravatar Runxi Yu2026-03-101-3/+3
|
* Urgh I made some wrong amends and I'm too tired to separate the commits out ↵Gravatar Runxi Yu2026-03-071-6/+6
| | | | | | | | | | | | | this time 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
* *: LintGravatar Runxi Yu2026-03-041-4/+16
|
* objectstore/loose, repository: Use a Reader-based API v0.1.22Gravatar Runxi Yu2026-02-211-89/+22
|
* *: Modernize and lint; add CI v0.1.17Gravatar Runxi Yu2026-02-211-6/+22
|
* *: Use testgit.NewRepoGravatar Runxi Yu2026-02-211-26/+26
|
* objectstore/loose: Add streaming writerGravatar Runxi Yu2026-02-211-31/+114
|
* objectstore/loose: Add loose writer in bytesGravatar Runxi Yu2026-02-211-0/+93