aboutsummaryrefslogtreecommitdiff
path: root/repo_current_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Delete everything, I'm redesigning this.Gravatar Runxi Yu2026-02-201-70/+0
| | | | | I'll stop using a flat package and make things much more modular. And also experiment with streaming APIs so large blobs don't OOM us.
* repo: Fix test, Fatal -> FatalfGravatar Runxi Yu2026-01-301-1/+1
|
* repo: Fail test instead of skipping on inability to open current repo if presentGravatar Runxi Yu2026-01-301-1/+1
|
* tests: Fix usage of resolved refGravatar Runxi Yu2026-01-261-1/+1
|
* tests: Remove the silly tolerance bar that we used to doGravatar Runxi Yu2026-01-171-13/+1
|
* tests: No need for the "10 errors" limit now. Bring it all onGravatar Runxi Yu2025-12-121-1/+1
|
* Fix linter errorsGravatar Runxi Yu2025-11-201-1/+1
|
* refs: ResolveRef and ResolveRefFully, no HEAD splitGravatar Runxi Yu2025-11-201-25/+17
|
* Use actual git for tests and enhance HeadGravatar Runxi Yu2025-11-161-0/+90