aboutsummaryrefslogtreecommitdiff
path: root/cmd/show-object/main.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/show-object: Split filesGravatar Runxi Yu2026-03-291-123/+0
|
* object{,/type}: Fix up API shape v0.1.142Gravatar Runxi Yu2026-03-291-3/+2
|
* repository, README: Fix fetcher/resolver naming v0.1.119Gravatar Runxi Yu2026-03-281-1/+1
|
* object: Split each object type into its own package v0.1.108Gravatar Runxi Yu2026-03-251-4/+8
|
* *: 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
|
* object/resolve: Object resolver v0.1.85Gravatar Runxi Yu2026-03-191-1/+1
|
* *: Update call sitesGravatar Runxi Yu2026-03-191-11/+12
|
* refstore: s/ResolveFully/ResolveToDetached/gGravatar Runxi Yu2026-03-121-1/+1
|
* object/stored: Move from objectstoredGravatar Runxi Yu2026-03-101-16/+16
|
* *: Add package-level docs v0.1.44Gravatar Runxi Yu2026-03-041-0/+1
|
* *: LintGravatar Runxi Yu2026-03-041-3/+22
|
* *: gofumptGravatar Runxi Yu2026-03-041-1/+1
|
* show-object: Fix defer v0.1.37Gravatar Runxi Yu2026-02-221-5/+13
|
* repository: Accept root instead of repopath v0.1.36Gravatar Runxi Yu2026-02-221-1/+7
|
* cmd/show-object: Add command v0.1.19Gravatar Runxi Yu2026-02-211-0/+108
|
* Delete everything, I'm redesigning this.Gravatar Runxi Yu2026-02-201-39/+0
| | | | | I'll stop using a flat package and make things much more modular. And also experiment with streaming APIs so large blobs don't OOM us.
* show-object: Fix usage of resolved refGravatar Runxi Yu2026-01-261-1/+1
|
* More changes from the import URL updateGravatar Runxi Yu2026-01-191-1/+1
|
* show-object: Fix errcheck linter errorGravatar Runxi Yu2025-12-011-1/+3
|
* show-object: Utility to show an arbitrary object from a repoGravatar Runxi Yu2025-11-291-0/+37