aboutsummaryrefslogtreecommitdiff
path: root/diff/trees/diff_test.go
Commit message (Expand)AuthorAgeFilesLines
* object: Split each object type into its own package v0.1.108Gravatar Runxi Yu2026-03-251-5/+5
* *: object/store -> object/storer v0.1.107Gravatar Runxi Yu2026-03-251-1/+1
* *: objectstore -> object/storeGravatar Runxi Yu2026-03-251-1/+1
* *: Resort import orderGravatar Runxi Yu2026-03-251-1/+1
* *: objectid -> object/idGravatar Runxi Yu2026-03-251-1/+1
* *: objecttype, objectheader -> object/type, object/headerGravatar Runxi Yu2026-03-251-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-46/+31
* *: LintGravatar Runxi Yu2026-03-041-2/+26
* *: Modernize and lint; add CI v0.1.17Gravatar Runxi Yu2026-02-211-2/+4
* diff/trees: Add tree-diffing routinesGravatar Runxi Yu2026-02-211-0/+244