aboutsummaryrefslogtreecommitdiff
path: root/config/config_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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-43/+19
* format/commitgraph: Add initial commit-graph supportGravatar Runxi Yu2026-03-061-5/+1
* config: More tests for each algorithmGravatar Runxi Yu2026-03-041-94/+118
* *: LintGravatar Runxi Yu2026-03-041-12/+80
* config: Add fuzz, regression tests, and updates v0.1.39Gravatar Runxi Yu2026-03-011-12/+269
* *: Modernize and lint; add CI v0.1.17Gravatar Runxi Yu2026-02-211-7/+16
* *: Use testgit.NewRepoGravatar Runxi Yu2026-02-211-7/+7
* *: Replace repo with testRepoGravatar Runxi Yu2026-02-201-48/+48
* config: Use _test package for testsGravatar Runxi Yu2026-02-201-9/+10
* objectid: Rename from oidGravatar Runxi Yu2026-02-201-8/+8
* config: Import from the previous version and fix test harnessesGravatar Runxi Yu2026-02-201-0/+275
* Delete everything, I'm redesigning this.•••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. Gravatar Runxi Yu2026-02-201-323/+0
* Use actual git for tests and enhance HeadGravatar Runxi Yu2025-11-161-271/+229
* Move config to its own packageGravatar Runxi Yu2025-11-161-0/+365