aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* protocol/v0v1/server: Add ProgessWriter and ErrorWriterGravatar Runxi Yu2026-03-071-0/+22
* receivepack/hooks: Add pre-defined hooksGravatar Runxi Yu2026-03-072-0/+115
* refstore/files: Fix lintsGravatar Runxi Yu2026-03-072-5/+11
* receivepack: Fix lintGravatar Runxi Yu2026-03-077-262/+289
* receivepack: Re-organize things aroundGravatar Runxi Yu2026-03-077-74/+87
* receivepack: Add hooksGravatar Runxi Yu2026-03-079-15/+441
* receivepack: Set permissions properlyGravatar Runxi Yu2026-03-075-9/+138
* receivepack: Propagate the rename error properlyGravatar Runxi Yu2026-03-071-2/+11
* receivepack: Use refsGravatar Runxi Yu2026-03-0712-33/+789
* refstore/files: Implement batchingGravatar Runxi Yu2026-03-079-0/+285
* refstore: Batch should also be stagedGravatar Runxi Yu2026-03-074-23/+24
* refstore: Add non-transactional store and rw storeGravatar Runxi Yu2026-03-077-3/+63
* refstore/files: Accept timeout instead of reading from config•••And split things up again. Gravatar Runxi Yu2026-03-0748-1182/+1301
* receivepack: Connect protocol with service v0.1.72Gravatar Runxi Yu2026-03-078-0/+516
* receivepack: Add service semantics thingyGravatar Runxi Yu2026-03-0711-0/+312
* refstore/files: Add new files backend•••(And use it in repository) Gravatar Runxi Yu2026-03-0720-27/+3325
* ci, objectstored: Disable ireturnGravatar Runxi Yu2026-03-075-4/+5
* mergebase: Fix lintsGravatar Runxi Yu2026-03-072-0/+12
* protocol: Add v0v1 server protocol and its receivepack subprotocolGravatar Runxi Yu2026-03-0718-0/+1463
* refstore: Split filesGravatar Runxi Yu2026-03-075-47/+50
* testgit: While I'm at it, add a tiny path escape hatch just for occasional useGravatar Runxi Yu2026-03-071-0/+7
* mergebase: No fake iterator API first and idempotencyGravatar Runxi Yu2026-03-077-131/+75
* internal/commitquery: paintDown only paints, don't collectGravatar Runxi Yu2026-03-073-19/+30
* ref/refname: Add refname validationGravatar Runxi Yu2026-03-0722-0/+1236
* refstore: Remove Shorten for nowGravatar Runxi Yu2026-03-074-203/+0
* refstore/{loose,packed}: DeleteGravatar Runxi Yu2026-03-0714-1100/+0
* refstore: Add TransactionalStoreGravatar Runxi Yu2026-03-071-0/+51
* refstore: Rename Store to ReadingStoreGravatar Runxi Yu2026-03-077-11/+11
* objectid: Add ZeroGravatar Runxi Yu2026-03-071-0/+10
* internal/compress/flate: Fix formatting bug v0.1.71Gravatar Runxi Yu2026-03-071-2/+2
* go.mod: Bump to 1.26Gravatar Runxi Yu2026-03-071-1/+1
* README: Merge bases kinda done v0.1.70Gravatar Runxi Yu2026-03-071-1/+1
* *: Use errors.AsTypeGravatar Runxi Yu2026-03-0716-38/+25
* Urgh I made some wrong amends and I'm too tired to separate the commits out t...•••ancestor: Split out of reachability mergebase: Add merge base routines internal/commitquery: Add commit query context engine thingy internal/peel: Shared tag peeling errors: Shared object query errors internal/testgit: Add rooted repo helpers; remove raw path access objectstore/memory: Add in-memory object store objectid: Add Compare helper Gravatar Runxi Yu2026-03-0775-953/+2905
* objectstored/refstore: Weird ireturn behaviorGravatar Runxi Yu2026-03-076-21/+7
* reachability: Peel root to commitGravatar Runxi Yu2026-03-062-9/+5
* README: Add more future things v0.1.69Gravatar Runxi Yu2026-03-061-9/+122
* README: pkt-line and side-band-64kGravatar Runxi Yu2026-03-061-1/+3
* *: Lint v0.1.68Gravatar Runxi Yu2026-03-0666-192/+243
* internal/compress: Format v0.1.67Gravatar Runxi Yu2026-03-061-1/+0
* format/pktline: FormatGravatar Runxi Yu2026-03-0616-16/+16
* format/sideband64k: LintGravatar Runxi Yu2026-03-0612-21/+82
* format/sideband64k: Add side-band-64k v0.1.66Gravatar Runxi Yu2026-03-0627-0/+1071
* ci: Add go-fixGravatar Runxi Yu2026-03-061-0/+3
* format/pktline: Add package-level doc string v0.1.65Gravatar Runxi Yu2026-03-061-0/+2
* format/pktline: Advise supplying a buffered reader v0.1.64Gravatar Runxi Yu2026-03-061-0/+2
* objectstore: Add notes on a Cursor v0.1.63Gravatar Runxi Yu2026-03-061-0/+6
* object: Consider using a streaming API for blobsGravatar Runxi Yu2026-03-062-0/+7
* format/pktline: Add pktline v0.1.62Gravatar Runxi Yu2026-03-0625-0/+1184
* *: go fix ./...Gravatar Runxi Yu2026-03-064-21/+8