aboutsummaryrefslogtreecommitdiff
path: root/repository/traversal_test.go
Commit message (Expand)AuthorAgeFilesLines
* repository, README: Fix fetcher/resolver naming v0.1.119Gravatar Runxi Yu2026-03-281-1/+1
* object: Split each object type into its own package v0.1.108Gravatar Runxi Yu2026-03-251-6/+9
* *: objectid -> object/idGravatar Runxi Yu2026-03-251-1/+1
* object/resolve: Object resolver v0.1.85Gravatar Runxi Yu2026-03-191-1/+1
* refstore: s/ResolveFully/ResolveToDetached/gGravatar Runxi Yu2026-03-121-1/+1
* 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-25/+51
* repository: Refactor v0.1.55Gravatar Runxi Yu2026-03-061-0/+48
* repository: Remove refs passthrough functionsGravatar Runxi Yu2026-03-061-1/+1
* *: LintGravatar Runxi Yu2026-03-041-0/+15
* repository: Accept root instead of repopath v0.1.36Gravatar Runxi Yu2026-02-221-2/+8
* repository: Add full-traversal benchmarkGravatar Runxi Yu2026-02-211-37/+4
* *: Fix nosecGravatar Runxi Yu2026-02-211-2/+2
* repository: Yet another nosec to add v0.1.25Gravatar Runxi Yu2026-02-211-1/+1
* repository: Ignore gosec G304 here v0.1.24Gravatar Runxi Yu2026-02-211-1/+1
* repository: Add current repo traversalGravatar Runxi Yu2026-02-211-41/+107
* *: Add more testsGravatar Runxi Yu2026-02-211-0/+79