aboutsummaryrefslogtreecommitdiff
path: root/reachability
Commit message (Collapse)AuthorAgeFilesLines
* reachability: Fix documentation typo v0.1.173Gravatar Runxi Yu29 hours1-1/+1
|
* object/tag: Rename Target to TargetIDGravatar Runxi Yu5 days2-2/+2
|
* reachability: CheckConnected should get a strict optionGravatar Runxi Yu5 days3-5/+7
|
* object: Serialize -> BytesGravatar Runxi Yu8 days1-2/+2
|
* reachability: Use fetcher and clean up some legacy helper stuffGravatar Runxi Yu2026-03-319-140/+46
|
* object/store/memory: Remove AddObject, fix lints v0.1.158Gravatar Runxi Yu2026-03-301-32/+136
|
* object/store: ReadingStore -> ReaderGravatar Runxi Yu2026-03-301-2/+2
|
* object{,/type}: Fix up API shape v0.1.142Gravatar Runxi Yu2026-03-291-1/+1
|
* reachability: Update docs v0.1.139Gravatar Runxi Yu2026-03-292-1/+5
|
* *: Add Life-Parent for Deps-Borrowed where appropriateGravatar Runxi Yu2026-03-291-1/+1
|
* reachability, repository: MT-Safe reachability v0.1.125Gravatar Runxi Yu2026-03-281-1/+1
|
* reachability: Don't have a separate New for commit graphsGravatar Runxi Yu2026-03-283-18/+11
|
* reachability: Document contractGravatar Runxi Yu2026-03-283-1/+13
|
* object/store: Rename back from storer; rename Store to ReadingStore v0.1.118Gravatar Runxi Yu2026-03-281-3/+3
|
* object/store: Rename from object/storerGravatar Runxi Yu2026-03-273-8/+8
|
* format: Move commitgraph and packfile hereGravatar Runxi Yu2026-03-262-2/+2
|
* object: Split each object type into its own package v0.1.108Gravatar Runxi Yu2026-03-256-32/+35
|
* *: object/store -> object/storer v0.1.107Gravatar Runxi Yu2026-03-253-8/+8
|
* *: objectstore -> object/storeGravatar Runxi Yu2026-03-253-3/+3
|
* *: Resort import orderGravatar Runxi Yu2026-03-252-2/+2
|
* *: objectid -> object/idGravatar Runxi Yu2026-03-259-9/+9
|
* *: objecttype, objectheader -> object/type, object/headerGravatar Runxi Yu2026-03-258-8/+8
|
* commitgraph: Move out of format/Gravatar Runxi Yu2026-03-102-2/+2
|
* *: Use errors.AsTypeGravatar Runxi Yu2026-03-073-8/+7
|
* Urgh I made some wrong amends and I'm too tired to separate the commits out ↵Gravatar Runxi Yu2026-03-0710-494/+69
| | | | | | | | | | | | | 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
* reachability: Peel root to commitGravatar Runxi Yu2026-03-062-9/+5
|
* *: Lint v0.1.68Gravatar Runxi Yu2026-03-0610-24/+24
|
* format/commitgraph: Split into ./read and ./ v0.1.60Gravatar Runxi Yu2026-03-063-10/+10
|
* reachability: Split files v0.1.58Gravatar Runxi Yu2026-03-064-153/+161
|
* reachability: Split walk filesGravatar Runxi Yu2026-03-069-299/+342
|
* reachability, internal/testgit: Fix lints v0.1.56Gravatar Runxi Yu2026-03-062-42/+43
|
* reachability: Use commit-graphGravatar Runxi Yu2026-03-062-0/+185
| | | | Might need to reconsider this sometime.
* *: Add package-level docs v0.1.44Gravatar Runxi Yu2026-03-041-0/+1
|
* *: LintGravatar Runxi Yu2026-03-047-22/+191
|
* reachability: Refactor v0.1.41Gravatar Runxi Yu2026-03-038-313/+344
|
* reachability: Add basic reachability APIGravatar Runxi Yu2026-03-033-0/+1192