aboutsummaryrefslogtreecommitdiff
path: root/repository
Commit message (Collapse)AuthorAgeFilesLines
* *: Lint v0.1.68Gravatar Runxi Yu2026-03-063-0/+10
|
* repository: Refactor v0.1.55Gravatar Runxi Yu2026-03-0612-246/+127
|
* repository: Remove write_loose functions v0.1.52Gravatar Runxi Yu2026-03-062-50/+7
|
* repository: Remove refs passthrough functionsGravatar Runxi Yu2026-03-064-233/+2
|
* repository: Delete passthrough convenience functions v0.1.51Gravatar Runxi Yu2026-03-064-170/+3
|
* *: Fix lints v0.1.43Gravatar Runxi Yu2026-03-041-2/+2
|
* refstore/reftable: Delete reftable support for nowGravatar Runxi Yu2026-03-042-45/+0
|
* repository: SplitGravatar Runxi Yu2026-03-044-166/+186
|
* objectstore/mix: Rename from objectstore/chainGravatar Runxi Yu2026-03-041-2/+2
|
* repository: Split open-related functionsGravatar Runxi Yu2026-03-042-201/+212
|
* lint: Quick fixGravatar Runxi Yu2026-03-041-4/+4
|
* *: LintGravatar Runxi Yu2026-03-0412-6/+176
|
* refstore/packed: Use os.Root v0.1.42Gravatar Runxi Yu2026-03-031-5/+3
|
* object, repository: Ignore erroneous new staticcheckGravatar Runxi Yu2026-03-031-0/+2
|
* config: Add fuzz, regression tests, and updates v0.1.39Gravatar Runxi Yu2026-03-011-1/+1
|
* *: Fix the broken comments for overescaping that python scriptGravatar Runxi Yu2026-02-221-1/+1
|
* repository: Accept root instead of repopath v0.1.36Gravatar Runxi Yu2026-02-228-50/+143
|
* repository: Make traverseTreeIter use filemode instead of resolving size v0.1.30Gravatar Runxi Yu2026-02-221-10/+18
|
* repository: Modernize b.N/b.Loop usageGravatar Runxi Yu2026-02-221-1/+1
|
* objectstore/*, repository: Add ReadSize v0.1.28Gravatar Runxi Yu2026-02-211-0/+5
| | | | | For cases where knowing the type is unnecessary and incurs extra overhead.
* repository: traverseTreeIter should use ReadHeader for blob size v0.1.27Gravatar Runxi Yu2026-02-211-6/+10
|
* repository: Add full-traversal benchmarkGravatar Runxi Yu2026-02-213-37/+143
|
* *: 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
|
* objectstore/loose, repository: Use a Reader-based API v0.1.22Gravatar Runxi Yu2026-02-212-51/+24
|
* repository: Add current repo traversalGravatar Runxi Yu2026-02-211-41/+107
|
* *: Add more testsGravatar Runxi Yu2026-02-213-0/+254
|
* repository: Add loose object writing v0.1.20Gravatar Runxi Yu2026-02-213-25/+229
|
* repository, {ref,object}store: Make stores own their rootsGravatar Runxi Yu2026-02-211-83/+47
|
* repository: Add passthrough ReadStored*; add ref convenience funcsGravatar Runxi Yu2026-02-214-0/+259
|
* repository, objectstored: Add Stored interface and implementationsGravatar Runxi Yu2026-02-213-0/+310
|
* repository: Add Repository abstractionGravatar Runxi Yu2026-02-212-0/+412