| Commit message (Expand) | Author | Age | Files | Lines |
| * | object/store/{chain,mix}: Remove close v0.1.159 | Runxi Yu | 2026-03-30 | 2 | -12/+0 |
| * | object/store/packed: Add quarantine | Runxi Yu | 2026-03-30 | 5 | -0/+404 |
| * | object/store/packed/internal/ingest: And of course I forgot to goimports | Runxi Yu | 2026-03-30 | 1 | -1/+0 |
| * | object/store/packed/internal/ingest: Yep, that leftover stub should go | Runxi Yu | 2026-03-30 | 1 | -16/+7 |
| * | object/store: Clarify quarantine docs | Runxi Yu | 2026-03-30 | 1 | -1/+5 |
| * | object/store: Quarantine should just embed Reader | Runxi Yu | 2026-03-30 | 1 | -1/+1 |
| * | cmd/index-pack: Remove | Runxi Yu | 2026-03-30 | 3 | -146/+0 |
| * | object/store/packed: Rename Base to ThinBase | Runxi Yu | 2026-03-30 | 4 | -6/+6 |
| * | object/store: Expose pack writing options | Runxi Yu | 2026-03-30 | 3 | -4/+42 |
| * | object,store/packed{,/internal/ingest}: Move from format/packfile/ingest | Runxi Yu | 2026-03-30 | 54 | -254/+217 |
| * | object/store/packed: Make store own root, algo, opts | Runxi Yu | 2026-03-30 | 2 | -1/+12 |
| * | object/store/packed: Start the internal/reading split | Runxi Yu | 2026-03-30 | 45 | -103/+236 |
| * | object/store/memory: Remove AddObject, fix lints v0.1.158 | Runxi Yu | 2026-03-30 | 5 | -116/+424 |
| * | README: Decades? | Runxi Yu | 2026-03-30 | 1 | -1/+1 |
| * | object/store/memory: I guess implement the ObjectWriter interface | Runxi Yu | 2026-03-30 | 4 | -8/+265 |
| * | object/store: Reorganize files | Runxi Yu | 2026-03-30 | 3 | -34/+37 |
| * | object/store: ObjectWriter should support writers too. | Runxi Yu | 2026-03-30 | 1 | -4/+10 |
| * | object/store: Add quarantine and writer interfaces | Runxi Yu | 2026-03-30 | 2 | -0/+67 |
| * | object/store: Okay, I intend to have a writing interface. | Runxi Yu | 2026-03-30 | 1 | -5/+6 |
| * | object/store: ReadingStore -> Reader | Runxi Yu | 2026-03-30 | 22 | -34/+34 |
| * | object/tree: Regular files and types v0.1.157 | Runxi Yu | 2026-03-30 | 4 | -6/+30 |
| * | furgit: Add a disclaimer here too v0.1.156 | Runxi Yu | 2026-03-30 | 1 | -0/+6 |
| * | README: Lemme just make that clearer | Runxi Yu | 2026-03-30 | 1 | -0/+1 |
| * | object/fetch: Use the new path splitting API v0.1.155 | Runxi Yu | 2026-03-30 | 2 | -20/+2 |
| * | object/tree: Why wasn't I binary searching for remove v0.1.154 | Runxi Yu | 2026-03-30 | 4 | -25/+36 |
| * | network/receivepack/service: Remove erroneous assignment v0.1.153 | Runxi Yu | 2026-03-30 | 1 | -1/+0 |
| * | object/*: Fix lints | Runxi Yu | 2026-03-30 | 3 | -0/+5 |
| * | object/tree: Add helpers and cleanup v0.1.152 | Runxi Yu | 2026-03-30 | 11 | -45/+137 |
| * | README, etc.: Use proper unicode hyphens :P | Runxi Yu | 2026-03-30 | 4 | -20/+20 |
| * | object/tree: Add bloblike | Runxi Yu | 2026-03-30 | 1 | -0/+12 |
| * | *: Update docs v0.1.151 | Runxi Yu | 2026-03-29 | 4 | -4/+22 |
| * | ROADMAP: Updates | Runxi Yu | 2026-03-29 | 1 | -6/+7 |
| * | object/signed/tag: Add signed tag thingy v0.1.150 | Runxi Yu | 2026-03-29 | 8 | -0/+599 |
| * | object/signed/commit: Fix whitespace | Runxi Yu | 2026-03-29 | 3 | -0/+11 |
| * | object/signed: Add docs v0.1.149 | Runxi Yu | 2026-03-29 | 1 | -0/+2 |
| * | object/signed/commit: Add signed commit helpers | Runxi Yu | 2026-03-29 | 8 | -0/+469 |
| * | object/id: Add support for signature headers v0.1.148 | Runxi Yu | 2026-03-29 | 4 | -12/+35 |
| * | *: Audit labels v0.1.147 | Runxi Yu | 2026-03-29 | 4 | -4/+4 |
| * | *: Remove Close from object/ref store interfaces•••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.
| Runxi Yu | 2026-03-29 | 7 | -34/+2 |
| * | ci: Disable dupl v0.1.146 | Runxi Yu | 2026-03-29 | 1 | -0/+1 |
| * | object/fetch: Use proper errors | Runxi Yu | 2026-03-29 | 17 | -45/+61 |
| * | cmd/receivepack9418: Actually I do need return here because defer. v0.1.145 | Runxi Yu | 2026-03-29 | 1 | -4/+8 |
| * | interna/priorityqueue: Fix lints | Runxi Yu | 2026-03-29 | 3 | -1/+3 |
| * | commitquery: Use fetcher | Runxi Yu | 2026-03-29 | 15 | -52/+84 |
| * | commitquery: Reorganize | Runxi Yu | 2026-03-29 | 42 | -277/+334 |
| * | internal/priorityqueue: Update docs v0.1.144 | Runxi Yu | 2026-03-29 | 2 | -0/+4 |
| * | internal/priorityqueue: Remove accidental file | Runxi Yu | 2026-03-29 | 1 | -0/+0 |
| * | commitquery: Use our proper priority queue thingy | Runxi Yu | 2026-03-29 | 2 | -37/+9 |
| * | internal/priorityqueue: Actually just make our own priority queue | Runxi Yu | 2026-03-29 | 11 | -157/+118 |
| * | commitquery: Use internal/heap for the priority queue | Runxi Yu | 2026-03-29 | 2 | -60/+20 |