| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | object/id: Add support for signature headers v0.1.148 | 2026-03-29 | 4 | -12/+35 | |
| | | |||||
| * | *: Audit labels v0.1.147 | 2026-03-29 | 1 | -1/+1 | |
| | | |||||
| * | *: Remove Close from object/ref store interfaces | 2026-03-29 | 1 | -5/+0 | |
| | | | | | | | | | At places where you own the object, you should have the literal implementation with Close. If you're using it via the interface, then you probably don't own that store, and you shouldn't be closing it. Thanks to Michael Muré from git-bug for this point. | ||||
| * | object/fetch: Use proper errors | 2026-03-29 | 17 | -45/+61 | |
| | | |||||
| * | object/type: Use table structure v0.1.143 | 2026-03-29 | 6 | -48/+50 | |
| | | |||||
| * | object/type, format/packfile: API cleanups | 2026-03-29 | 8 | -18/+23 | |
| | | |||||
| * | object{,/type}: Fix up API shape v0.1.142 | 2026-03-29 | 10 | -17/+16 | |
| | | |||||
| * | object/id: Nosec G505 for sha1 v0.1.141 | 2026-03-29 | 1 | -1/+1 | |
| | | |||||
| * | object/id: Zero is a property of the algorithm v0.1.140 | 2026-03-29 | 1 | -2/+2 | |
| | | |||||
| * | object/id: Split files | 2026-03-29 | 26 | -260/+286 | |
| | | |||||
| * | object/{id,header,signature,type}: Update docs | 2026-03-29 | 6 | -4/+7 | |
| | | |||||
| * | object: Split files | 2026-03-29 | 4 | -24/+32 | |
| | | |||||
| * | object/stored: Split files and document properly | 2026-03-29 | 5 | -20/+32 | |
| | | |||||
| * | object: Update docs v0.1.137 | 2026-03-29 | 1 | -1/+6 | |
| | | |||||
| * | object/fetch: Update docs v0.1.136 | 2026-03-29 | 1 | -2/+6 | |
| | | |||||
| * | object/store: Refine docs | 2026-03-29 | 3 | -15/+12 | |
| | | |||||
| * | *: Remove Close exception for MT-Safe v0.1.133 | 2026-03-29 | 6 | -0/+12 | |
| | | |||||
| * | *: Repeated calls to Close are UB by default v0.1.132 | 2026-03-29 | 2 | -4/+0 | |
| | | |||||
| * | *: Add Life-Parent for Deps-Borrowed where appropriate | 2026-03-29 | 5 | -5/+5 | |
| | | |||||
| * | *: Fix lints | 2026-03-28 | 1 | -1/+3 | |
| | | |||||
| * | object/fetch: Update docs and rename resolver->fetcher | 2026-03-28 | 28 | -19/+55 | |
| | | |||||
| * | object/{blob,commit,tag}: Update docs | 2026-03-28 | 3 | -4/+11 | |
| | | |||||
| * | object/tree: Update docs | 2026-03-28 | 6 | -4/+46 | |
| | | |||||
| * | object/store/{loose,packed}: TIghten language around Adler-32 | 2026-03-28 | 2 | -5/+5 | |
| | | |||||
| * | object/store/packed: Expect length and verify Adler-32 | 2026-03-28 | 3 | -0/+23 | |
| | | |||||
| * | object/store: Document writing interface lack | 2026-03-28 | 2 | -8/+9 | |
| | | |||||
| * | object/store/mixed: Update docs | 2026-03-28 | 3 | -6/+3 | |
| | | |||||
| * | object/store/packed: Update docs | 2026-03-28 | 4 | -16/+5 | |
| | | |||||
| * | object/store/memory: Update docs | 2026-03-28 | 1 | -0/+2 | |
| | | |||||
| * | object/store/loose: Update docs | 2026-03-28 | 2 | -8/+4 | |
| | | |||||
| * | object/store/chain: Update docs | 2026-03-28 | 3 | -6/+3 | |
| | | |||||
| * | object/store: Implementations inherit interface contracts | 2026-03-28 | 1 | -0/+4 | |
| | | |||||
| * | object/store: Document store contract | 2026-03-28 | 1 | -25/+10 | |
| | | |||||
| * | object/store: Rename back from storer; rename Store to ReadingStore v0.1.118 | 2026-03-28 | 86 | -2/+4205 | |
| | | |||||
| * | object/store: Rename from object/storer | 2026-03-27 | 84 | -4195/+4 | |
| | | |||||
| * | *: Reorder imports | 2026-03-26 | 9 | -9/+9 | |
| | | |||||
| * | format: Move commitgraph and packfile here | 2026-03-26 | 10 | -10/+10 | |
| | | |||||
| * | object/id: Empty tree v0.1.115 | 2026-03-26 | 2 | -1/+56 | |
| | | |||||
| * | object/fetch: Fix comment v0.1.114 | 2026-03-26 | 1 | -1/+1 | |
| | | |||||
| * | object/fetch: Fix imports | 2026-03-25 | 1 | -1/+1 | |
| | | |||||
| * | object/fetch: Rename from object/resolve | 2026-03-25 | 39 | -107/+107 | |
| | | |||||
| * | tree: Document that tree entries should be sorted | 2026-03-25 | 1 | -0/+3 | |
| | | |||||
| * | *: Use errors.AsType v0.1.113 | 2026-03-25 | 1 | -2/+1 | |
| | | |||||
| * | object: Split each object type into its own package v0.1.108 | 2026-03-25 | 80 | -552/+597 | |
| | | |||||
| * | object: Remove type.go | 2026-03-25 | 1 | -20/+0 | |
| | | |||||
| * | *: object/store -> object/storer v0.1.107 | 2026-03-25 | 84 | -165/+165 | |
| | | |||||
| * | *: delta -> packfile/delta | 2026-03-25 | 2 | -2/+2 | |
| | | |||||
| * | *: objectstore -> object/store | 2026-03-25 | 83 | -1/+4194 | |
| | | |||||
| * | *: Resort import order | 2026-03-25 | 10 | -10/+10 | |
| | | |||||
| * | *: objectid -> object/id | 2026-03-25 | 48 | -44/+491 | |
| | | |||||
