aboutsummaryrefslogtreecommitdiff
path: root/internal/commitquery/oid.go
Commit message (Collapse)AuthorAgeFilesLines
* commitquery: Merge from ancestor and mergebasesGravatar Runxi Yu2026-03-111-94/+0
|
* *: format/pack -> packfile; format/delta -> delta; delete formatGravatar Runxi Yu2026-03-101-1/+1
|
* commitgraph: Move out of format/Gravatar Runxi Yu2026-03-101-1/+1
|
* *: Use errors.AsTypeGravatar Runxi Yu2026-03-071-2/+1
|
* Urgh I made some wrong amends and I'm too tired to separate the commits out ↵Gravatar Runxi Yu2026-03-071-0/+95
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