| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | commitquery: Merge from ancestor and mergebases | 2026-03-11 | 17 | -906/+0 | |
| | | |||||
| * | internal/commitquery: Unexport priority queue | 2026-03-11 | 2 | -14/+14 | |
| | | |||||
| * | *: format/pack -> packfile; format/delta -> delta; delete format | 2026-03-10 | 1 | -1/+1 | |
| | | |||||
| * | commitgraph: Move out of format/ | 2026-03-10 | 7 | -7/+7 | |
| | | |||||
| * | internal: Rename internal.go -> doc.go v0.1.83 | 2026-03-08 | 1 | -0/+0 | |
| | | |||||
| * | internal/intconv: Split | 2026-03-08 | 12 | -97/+141 | |
| | | |||||
| * | *: Fix lints v0.1.82 | 2026-03-08 | 3 | -10/+27 | |
| | | |||||
| * | *: Fix lints | 2026-03-08 | 3 | -0/+6 | |
| | | |||||
| * | internal/progress: Use range here | 2026-03-08 | 1 | -1/+1 | |
| | | |||||
| * | internal/progress: Add progress meter | 2026-03-08 | 11 | -0/+244 | |
| | | |||||
| * | *: BestEffortFprintf as linter wants | 2026-03-08 | 1 | -2/+2 | |
| | | |||||
| * | internal/utils: Rename WriteProgressf to FprintfBestEffort v0.1.78 | 2026-03-08 | 1 | -2/+2 | |
| | | |||||
| * | internal/utils: Add WriteProgressf | 2026-03-08 | 1 | -0/+18 | |
| | | |||||
| * | internal/compress: Remove InputConsumed/Progress | 2026-03-08 | 3 | -46/+0 | |
| | | |||||
| * | internal/testgit: Add more execution helpers | 2026-03-07 | 1 | -0/+55 | |
| | | |||||
| * | testgit: While I'm at it, add a tiny path escape hatch just for occasional use | 2026-03-07 | 1 | -0/+7 | |
| | | |||||
| * | internal/commitquery: paintDown only paints, don't collect | 2026-03-07 | 3 | -19/+30 | |
| | | |||||
| * | internal/compress/flate: Fix formatting bug v0.1.71 | 2026-03-07 | 1 | -2/+2 | |
| | | |||||
| * | *: Use errors.AsType | 2026-03-07 | 1 | -2/+1 | |
| | | |||||
| * | Urgh I made some wrong amends and I'm too tired to separate the commits out ↵ | 2026-03-07 | 27 | -12/+1317 | |
| | | | | | | | | | | | | | | this time 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 | ||||
| * | *: Lint v0.1.68 | 2026-03-06 | 12 | -2/+16 | |
| | | |||||
| * | internal/compress: Format v0.1.67 | 2026-03-06 | 1 | -1/+0 | |
| | | |||||
| * | *: go fix ./... | 2026-03-06 | 2 | -9/+5 | |
| | | |||||
| * | internal/iolimit: Add CappedCaptureWriter | 2026-03-06 | 4 | -2/+102 | |
| | | |||||
| * | internal/bufpool: Split files | 2026-03-06 | 15 | -214/+227 | |
| | | |||||
| * | reachability, internal/testgit: Fix lints v0.1.56 | 2026-03-06 | 1 | -0/+1 | |
| | | |||||
| * | format/commitgraph: Add initial commit-graph support | 2026-03-06 | 6 | -10/+113 | |
| | | |||||
| * | internal/intconv: Add Uint32ToUint8 | 2026-03-06 | 1 | -0/+9 | |
| | | |||||
| * | internal/lru: Split | 2026-03-06 | 12 | -187/+202 | |
| | | |||||
| * | format/commitgraph/bloom: Add commit-graph bloom filters | 2026-03-06 | 1 | -0/+9 | |
| | | |||||
| * | *: Add some more package-level docs v0.1.53 | 2026-03-06 | 3 | -1/+3 | |
| | | |||||
| * | *: I guess os.Root is alright for tests too *shrug* | 2026-03-05 | 1 | -12/+19 | |
| | | |||||
| * | internal/compress/zlib: Fix testpkg | 2026-03-05 | 2 | -22/+26 | |
| | | |||||
| * | *: Fix various lints | 2026-03-05 | 3 | -1/+15 | |
| | | |||||
| * | *: Fix wsl_v5 again | 2026-03-05 | 3 | -0/+6 | |
| | | |||||
| * | *: Prettify | 2026-03-05 | 16 | -75/+234 | |
| | | |||||
| * | internal/compress/zlib: Check errors properly and prettify | 2026-03-05 | 2 | -9/+45 | |
| | | |||||
| * | *: Fix overflows | 2026-03-05 | 3 | -4/+59 | |
| | | |||||
| * | *: Fix lints | 2026-03-05 | 1 | -2/+4 | |
| | | |||||
| * | *: Fix lint wsl_v5 | 2026-03-05 | 3 | -0/+9 | |
| | | |||||
| * | format/pack/ingest: Init | 2026-03-05 | 1 | -0/+75 | |
| | | |||||
| * | internal/compress/zlib: Use flate's compression consumed counter | 2026-03-05 | 2 | -33/+25 | |
| | | |||||
| * | internal/compress/flate: Add InputConsumed | 2026-03-05 | 1 | -0/+13 | |
| | | |||||
| * | internal/compress: Import flate and such from klauspost/compress | 2026-03-05 | 141 | -8/+22034 | |
| | | |||||
| * | internal/zlib: Unexport Reset | 2026-03-05 | 2 | -3/+4 | |
| | | |||||
| * | internal/zlib: Add counting flate reader | 2026-03-05 | 2 | -11/+56 | |
| | | |||||
| * | testgit: Add pack object reader and many object maker | 2026-03-05 | 2 | -0/+177 | |
| | | |||||
| * | *: Add package-level docs v0.1.44 | 2026-03-04 | 1 | -0/+2 | |
| | | |||||
| * | zlib: Split files | 2026-03-04 | 4 | -135/+159 | |
| | | |||||
| * | *: Lint | 2026-03-04 | 25 | -14/+211 | |
| | | |||||
