| Commit message (Expand) | Author | Age | Files | Lines |
| * | object{,/type}: Fix up API shape v0.1.142 | Runxi Yu | 2026-03-29 | 10 | -17/+16 |
| * | object/id: Nosec G505 for sha1 v0.1.141 | Runxi Yu | 2026-03-29 | 1 | -1/+1 |
| * | object/id: Zero is a property of the algorithm v0.1.140 | Runxi Yu | 2026-03-29 | 1 | -2/+2 |
| * | object/id: Split files | Runxi Yu | 2026-03-29 | 26 | -260/+286 |
| * | object/{id,header,signature,type}: Update docs | Runxi Yu | 2026-03-29 | 6 | -4/+7 |
| * | object: Split files | Runxi Yu | 2026-03-29 | 4 | -24/+32 |
| * | object/stored: Split files and document properly | Runxi Yu | 2026-03-29 | 5 | -20/+32 |
| * | object: Update docs v0.1.137 | Runxi Yu | 2026-03-29 | 1 | -1/+6 |
| * | object/fetch: Update docs v0.1.136 | Runxi Yu | 2026-03-29 | 1 | -2/+6 |
| * | object/store: Refine docs | Runxi Yu | 2026-03-29 | 3 | -15/+12 |
| * | *: Remove Close exception for MT-Safe v0.1.133 | Runxi Yu | 2026-03-29 | 6 | -0/+12 |
| * | *: Repeated calls to Close are UB by default v0.1.132 | Runxi Yu | 2026-03-29 | 2 | -4/+0 |
| * | *: Add Life-Parent for Deps-Borrowed where appropriate | Runxi Yu | 2026-03-29 | 5 | -5/+5 |
| * | *: Fix lints | Runxi Yu | 2026-03-28 | 1 | -1/+3 |
| * | object/fetch: Update docs and rename resolver->fetcher | Runxi Yu | 2026-03-28 | 28 | -19/+55 |
| * | object/{blob,commit,tag}: Update docs | Runxi Yu | 2026-03-28 | 3 | -4/+11 |
| * | object/tree: Update docs | Runxi Yu | 2026-03-28 | 6 | -4/+46 |
| * | object/store/{loose,packed}: TIghten language around Adler-32 | Runxi Yu | 2026-03-28 | 2 | -5/+5 |
| * | object/store/packed: Expect length and verify Adler-32 | Runxi Yu | 2026-03-28 | 3 | -0/+23 |
| * | object/store: Document writing interface lack | Runxi Yu | 2026-03-28 | 2 | -8/+9 |
| * | object/store/mixed: Update docs | Runxi Yu | 2026-03-28 | 3 | -6/+3 |
| * | object/store/packed: Update docs | Runxi Yu | 2026-03-28 | 4 | -16/+5 |
| * | object/store/memory: Update docs | Runxi Yu | 2026-03-28 | 1 | -0/+2 |
| * | object/store/loose: Update docs | Runxi Yu | 2026-03-28 | 2 | -8/+4 |
| * | object/store/chain: Update docs | Runxi Yu | 2026-03-28 | 3 | -6/+3 |
| * | object/store: Implementations inherit interface contracts | Runxi Yu | 2026-03-28 | 1 | -0/+4 |
| * | object/store: Document store contract | Runxi Yu | 2026-03-28 | 1 | -25/+10 |
| * | object/store: Rename back from storer; rename Store to ReadingStore v0.1.118 | Runxi Yu | 2026-03-28 | 86 | -2/+4205 |
| * | object/store: Rename from object/storer | Runxi Yu | 2026-03-27 | 84 | -4195/+4 |
| * | *: Reorder imports | Runxi Yu | 2026-03-26 | 9 | -9/+9 |
| * | format: Move commitgraph and packfile here | Runxi Yu | 2026-03-26 | 10 | -10/+10 |
| * | object/id: Empty tree v0.1.115 | Runxi Yu | 2026-03-26 | 2 | -1/+56 |
| * | object/fetch: Fix comment v0.1.114 | Runxi Yu | 2026-03-26 | 1 | -1/+1 |
| * | object/fetch: Fix imports | Runxi Yu | 2026-03-25 | 1 | -1/+1 |
| * | object/fetch: Rename from object/resolve | Runxi Yu | 2026-03-25 | 39 | -107/+107 |
| * | tree: Document that tree entries should be sorted | Runxi Yu | 2026-03-25 | 1 | -0/+3 |
| * | *: Use errors.AsType v0.1.113 | Runxi Yu | 2026-03-25 | 1 | -2/+1 |
| * | object: Split each object type into its own package v0.1.108 | Runxi Yu | 2026-03-25 | 80 | -552/+597 |
| * | object: Remove type.go | Runxi Yu | 2026-03-25 | 1 | -20/+0 |
| * | *: object/store -> object/storer v0.1.107 | Runxi Yu | 2026-03-25 | 84 | -165/+165 |
| * | *: delta -> packfile/delta | Runxi Yu | 2026-03-25 | 2 | -2/+2 |
| * | *: objectstore -> object/store | Runxi Yu | 2026-03-25 | 83 | -1/+4194 |
| * | *: Resort import order | Runxi Yu | 2026-03-25 | 10 | -10/+10 |
| * | *: objectid -> object/id | Runxi Yu | 2026-03-25 | 48 | -44/+491 |
| * | *: objecttype, objectheader -> object/type, object/header | Runxi Yu | 2026-03-25 | 27 | -27/+165 |
| * | object/resolve: I guess document this about path? v0.1.106 | Runxi Yu | 2026-03-25 | 1 | -1/+9 |
| * | object/resolve: Right, I could use min here. v0.1.100 | Runxi Yu | 2026-03-23 | 1 | -4/+1 |
| * | object/resolve: Add docs to treefs exported functions v0.1.99 | Runxi Yu | 2026-03-23 | 6 | -1/+15 |
| * | object/resolve: thelper lint v0.1.98 | Runxi Yu | 2026-03-23 | 1 | -1/+1 |
| * | object/resolve: Fix whitespace v0.1.97 | Runxi Yu | 2026-03-23 | 3 | -0/+6 |