aboutsummaryrefslogtreecommitdiff
path: root/repository/stored_test.go
Commit message (Collapse)AuthorAgeFilesLines
* repository, README: Fix fetcher/resolver naming v0.1.119Gravatar Runxi Yu2026-03-281-8/+8
|
* object: Split each object type into its own package v0.1.108Gravatar Runxi Yu2026-03-251-10/+10
|
* *: objectid -> object/idGravatar Runxi Yu2026-03-251-1/+1
|
* object/resolve: Object resolver v0.1.85Gravatar Runxi Yu2026-03-191-43/+23
|
* *: Update call sitesGravatar Runxi Yu2026-03-191-7/+7
|
* Urgh I made some wrong amends and I'm too tired to separate the commits out ↵Gravatar Runxi Yu2026-03-071-80/+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
* *: Fix lints v0.1.43Gravatar Runxi Yu2026-03-041-2/+2
|
* lint: Quick fixGravatar Runxi Yu2026-03-041-4/+4
|
* *: LintGravatar Runxi Yu2026-03-041-0/+23
|
* object, repository: Ignore erroneous new staticcheckGravatar Runxi Yu2026-03-031-0/+2
|
* repository: Accept root instead of repopath v0.1.36Gravatar Runxi Yu2026-02-221-6/+43
|
* *: Add more testsGravatar Runxi Yu2026-02-211-0/+103
|
* repository, objectstored: Add Stored interface and implementationsGravatar Runxi Yu2026-02-211-0/+163