aboutsummaryrefslogtreecommitdiff
path: root/internal/testgit
Commit message (Expand)AuthorAgeFilesLines
* internal/testgit: LintGravatar Runxi Yu26 hours1-18/+20
* object/id: Rename algorithm to object formatGravatar Runxi Yu26 hours2-10/+10
* internal/testgit: Add Algorithm methodGravatar Runxi Yu26 hours1-0/+4
* internal/testgit: Fix documentation wrappinGravatar Runxi Yu26 hours1-1/+2
* internal/testgit: InitGravatar Runxi Yu27 hours2-0/+80
* internal/testgit: Add docGravatar Runxi Yu29 hours1-0/+4
* *: RemoveGravatar Runxi Yu2026-04-0229-1142/+0
* object/store: ReadingStore -> ReaderGravatar Runxi Yu2026-03-301-1/+1
* object/store: Rename back from storer; rename Store to ReadingStore v0.1.118Gravatar Runxi Yu2026-03-281-1/+1
* object/store: Rename from object/storerGravatar Runxi Yu2026-03-271-2/+2
* format: Move commitgraph and packfile hereGravatar Runxi Yu2026-03-261-1/+1
* object: Split each object type into its own package v0.1.108Gravatar Runxi Yu2026-03-251-1/+1
* *: object/store -> object/storer v0.1.107Gravatar Runxi Yu2026-03-251-2/+2
* *: objectstore -> object/storeGravatar Runxi Yu2026-03-251-1/+1
* *: objectid -> object/idGravatar Runxi Yu2026-03-2518-18/+18
* internal/testgit: why not make it more annoying to use ambient authorityGravatar Runxi Yu2026-03-221-2/+2
* commitgraph: Move out of format/Gravatar Runxi Yu2026-03-101-1/+1
* internal/testgit: Add more execution helpersGravatar Runxi Yu2026-03-071-0/+55
* testgit: While I'm at it, add a tiny path escape hatch just for occasional useGravatar Runxi Yu2026-03-071-0/+7
* 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-079-12/+371
* *: Lint v0.1.68Gravatar Runxi Yu2026-03-061-2/+1
* *: go fix ./...Gravatar Runxi Yu2026-03-061-1/+1
* reachability, internal/testgit: Fix lints v0.1.56Gravatar Runxi Yu2026-03-061-0/+1
* format/commitgraph: Add initial commit-graph supportGravatar Runxi Yu2026-03-065-10/+104
* *: Fix lint wsl_v5Gravatar Runxi Yu2026-03-051-0/+2
* format/pack/ingest: InitGravatar Runxi Yu2026-03-051-0/+75
* testgit: Add pack object reader and many object makerGravatar Runxi Yu2026-03-052-0/+177
* *: LintGravatar Runxi Yu2026-03-0413-0/+32
* *: Modernize and lint; add CI v0.1.17Gravatar Runxi Yu2026-02-213-7/+5
* testgit: Add doc line v0.1.15Gravatar Runxi Yu2026-02-211-0/+1
* testgit: Remove old new-repo helpers and use NewRepo with good RepoOptionsGravatar Runxi Yu2026-02-211-13/+4
* testgit: Add RepoOptions and NewRepo for ref format and bare.Gravatar Runxi Yu2026-02-212-4/+23
* testgit: Add ref-related functionsGravatar Runxi Yu2026-02-211-0/+38
* testgit: Add git repackGravatar Runxi Yu2026-02-211-0/+12
* testgit: Use objectid's SupportedAlgorithms v0.1.10Gravatar Runxi Yu2026-02-211-9/+1
* *: Replace repo with testRepoGravatar Runxi Yu2026-02-2011-40/+40
* objectid: Rename from oidGravatar Runxi Yu2026-02-2012-34/+34
* testgit: Add test harnessesGravatar Runxi Yu2026-02-2013-0/+290