aboutsummaryrefslogtreecommitdiff
path: root/repository/write_loose_test.go
Commit message (Collapse)AuthorAgeFilesLines
* repository: Use dual v0.1.161Gravatar Runxi Yu2026-03-301-4/+4
|
* *: objectid -> object/idGravatar Runxi Yu2026-03-251-1/+1
|
* *: objecttype, objectheader -> object/type, object/headerGravatar Runxi Yu2026-03-251-1/+1
|
* Urgh I made some wrong amends and I'm too tired to separate the commits out ↵Gravatar Runxi Yu2026-03-071-41/+3
| | | | | | | | | | | | | 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
* repository: Remove write_loose functions v0.1.52Gravatar Runxi Yu2026-03-061-4/+4
|
* repository: Delete passthrough convenience functions v0.1.51Gravatar Runxi Yu2026-03-061-2/+2
|
* *: LintGravatar Runxi Yu2026-03-041-0/+12
|
* repository: Accept root instead of repopath v0.1.36Gravatar Runxi Yu2026-02-221-3/+22
|
* objectstore/loose, repository: Use a Reader-based API v0.1.22Gravatar Runxi Yu2026-02-211-34/+9
|
* repository: Add loose object writing v0.1.20Gravatar Runxi Yu2026-02-211-0/+145