| Commit message (Expand) | Author | Age | Files | Lines |
| * | object: Split each object type into its own package v0.1.108 | Runxi Yu | 2026-03-25 | 140 | -712/+768 |
| * | object: Remove type.go | Runxi Yu | 2026-03-25 | 1 | -20/+0 |
| * | *: object/store -> object/storer v0.1.107 | Runxi Yu | 2026-03-25 | 109 | -224/+224 |
| * | *: delta -> packfile/delta | Runxi Yu | 2026-03-25 | 7 | -4/+4 |
| * | *: refstore -> ref/store | Runxi Yu | 2026-03-25 | 93 | -37/+37 |
| * | *: objectstore -> object/store | Runxi Yu | 2026-03-25 | 107 | -58/+58 |
| * | *: Resort import order | Runxi Yu | 2026-03-25 | 29 | -29/+29 |
| * | *: objectid -> object/id | Runxi Yu | 2026-03-25 | 217 | -214/+214 |
| * | *: objecttype, objectheader -> object/type, object/header | Runxi Yu | 2026-03-25 | 94 | -108/+108 |
| * | research: Dynamic packfile log | Runxi Yu | 2026-03-25 | 1 | -0/+121 |
| * | README: Priorities | Runxi Yu | 2026-03-25 | 1 | -1/+2 |
| * | object/resolve: I guess document this about path? v0.1.106 | Runxi Yu | 2026-03-25 | 1 | -1/+9 |
| * | ROADMAP: Split from README v0.1.105 | Runxi Yu | 2026-03-24 | 2 | -214/+211 |
| * | README: otherwise v0.1.104 | Runxi Yu | 2026-03-24 | 1 | -1/+1 |
| * | README: Add finding your way around | Runxi Yu | 2026-03-24 | 1 | -0/+76 |
| * | repository: Clarify ownership | Runxi Yu | 2026-03-24 | 5 | -2/+19 |
| * | TODO: Remove that broken line v0.1.103 | Runxi Yu | 2026-03-24 | 1 | -2/+3 |
| * | TODO: Delete done stuff v0.1.102 | Runxi Yu | 2026-03-24 | 1 | -10/+0 |
| * | README: Fix some typos v0.1.101 | Runxi Yu | 2026-03-23 | 1 | -3/+3 |
| * | 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 |
| * | object/resolve: Fix error handling; don't substring-match errors v0.1.96 | Runxi Yu | 2026-03-23 | 2 | -8/+58 |
| * | object/resolve: Add TreeFS v0.1.95 | Runxi Yu | 2026-03-23 | 12 | -0/+582 |
| * | refstore/files: Pretty big logical restructure ish lint fix for batch Apply v0.1.94 | Runxi Yu | 2026-03-23 | 1 | -31/+29 |
| * | *: Lints | Runxi Yu | 2026-03-23 | 8 | -1/+12 |
| * | Vendor a minimal internal/cpu for AMD64 only v0.1.93 | Runxi Yu | 2026-03-23 | 8 | -5/+92 |
| * | refstore: Improve interfaces, errors, and make batch work v0.1.92 | Runxi Yu | 2026-03-23 | 53 | -548/+832 |
| * | receivepack: Lifecycle/ownership docs v0.1.91 | Runxi Yu | 2026-03-22 | 3 | -2/+16 |
| * | objectstore/packed: Document refresh semantics v0.1.90 | Runxi Yu | 2026-03-22 | 3 | -1/+9 |
| * | receivepack/service: Clarify ownership and requirements | Runxi Yu | 2026-03-22 | 5 | -0/+27 |
| * | refstore: Update invariants v0.1.89 | Runxi Yu | 2026-03-22 | 3 | -1/+9 |
| * | refstore/files: UB on use after close | Runxi Yu | 2026-03-22 | 5 | -44/+5 |
| * | *: Fixup ownership of compositional backends v0.1.88 | Runxi Yu | 2026-03-22 | 22 | -161/+74 |
| * | commitgraph: Tighten docs and use a value-ish Filter return | Runxi Yu | 2026-03-22 | 6 | -9/+16 |
| * | packfile/ingest: Document lifecycle of pack ingest better | Runxi Yu | 2026-03-22 | 2 | -11/+12 |
| * | refstore, repository: Ownership/lifetimes fix v0.1.87 | Runxi Yu | 2026-03-22 | 9 | -37/+42 |
| * | objectstore/loose, receivepack/service, repository: Lint whitespace | Runxi Yu | 2026-03-22 | 4 | -1/+10 |
| * | objectstore/*, repository, receivepack/service: don't take ownership of root | Runxi Yu | 2026-03-22 | 10 | -91/+148 |
| * | objectstore{,/packed}: Document lifetime and integrity behavior | Runxi Yu | 2026-03-22 | 7 | -16/+33 |
| * | objectstore{,/loose}: Document contracts more clearly | Runxi Yu | 2026-03-22 | 9 | -33/+130 |
| * | internal/testgit: why not make it more annoying to use ambient authority | Runxi Yu | 2026-03-22 | 1 | -2/+2 |
| * | README: Simplify; go-git link | Runxi Yu | 2026-03-21 | 1 | -3/+2 |
| * | README: Updates | Runxi Yu | 2026-03-19 | 1 | -4/+4 |
| * | object/resolve: Exhaustive v0.1.86 | Runxi Yu | 2026-03-19 | 3 | -0/+20 |
| * | README: go-git seems still slow in latest v6.0.0... huh? | Runxi Yu | 2026-03-19 | 1 | -3/+3 |
| * | object/resolve: Object resolver v0.1.85 | Runxi Yu | 2026-03-19 | 33 | -174/+650 |
| * | *: Update call sites | Runxi Yu | 2026-03-19 | 4 | -83/+45 |
| * | object/stored: Use generics | Runxi Yu | 2026-03-19 | 6 | -145/+31 |