| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Revert "pack: basic packfile writing" | 2026-02-20 | 2 | -488/+0 | ||
| | | | | | This reverts commit e6919174cfb82e283ba7201a06067650dab3cb15. | |||||
| * | Revert "pack: Harden pack writing test with 1000 1kb files" | 2026-02-20 | 1 | -15/+5 | ||
| | | | | | This reverts commit 8580891b922d3a09a1181743fdd8eb4828f6fba9. | |||||
| * | Revert "packed: More uniform file naming scheme" | 2026-02-20 | 5 | -0/+0 | ||
| | | | | | This reverts commit 33de7fd28ce870d0b98016fcb42aa9ae5c0ca78a. | |||||
| * | Revert "README: We support basic packfile writing now" | 2026-02-20 | 1 | -1/+0 | ||
| | | | | | This reverts commit 096319e98072461a05b3e229ee7974db681b3e76. | |||||
| * | Revert "packed: Write packs with deltas" | 2026-02-20 | 8 | -1086/+170 | ||
| | | | | | This reverts commit 17c9aee0e781026353ead4ac749a3ae89c83d007. | |||||
| * | Revert "packed: Use random delta seed" | 2026-02-20 | 1 | -7/+3 | ||
| | | | | | This reverts commit 26ae77e8f63111bba3dd4e92ffcaccaa76570927. | |||||
| * | Revert "packed: Fix message for thin packs not implemented" | 2026-02-20 | 1 | -2/+2 | ||
| | | | | | This reverts commit 2b87aa39ab9d19cb93a087f0cf6641334d103048. | |||||
| * | Revert "packed: Cleanup" | 2026-02-20 | 2 | -23/+37 | ||
| | | | | | This reverts commit 45da63f4d0fd94e5a8b11fc6aa8b626338dcabf8. | |||||
| * | Revert "README: Writing packfiles has deltas now, but not thin packs" | 2026-02-20 | 1 | -1/+1 | ||
| | | | | | This reverts commit aa40b93f0fd5fab62e99ca2aba87b2e5c8c75f9c. | |||||
| * | Revert "delta, packed: Use xxhash instead of murmurhash2" | 2026-02-20 | 4 | -28/+23 | ||
| | | | | | This reverts commit ac400226b0b622aae21b09cb6c83f07924647d0d. | |||||
| * | Revert "delta: Fix indentation" | 2026-02-20 | 1 | -5/+5 | ||
| | | | | | This reverts commit b704f756e7f40bb83f2d4dd97d6f740f13a02ab1. | |||||
| * | Revert "packed: Make packWriter implement Write directly instead of wrapping" | 2026-02-20 | 1 | -13/+17 | ||
| | | | | | This reverts commit 50cd7868cf055bce46e1a4253840089dfc602a11. | |||||
| * | Revert "README: commit-graph is in-progress" | 2026-02-20 | 1 | -1/+1 | ||
| | | | | | This reverts commit 03369f29f16970b672eda02a2b3724800a561f3d. | |||||
| * | Revert "README: Add writing thin packs to the list of things to do" | 2026-02-20 | 1 | -1/+0 | ||
| | | | | | This reverts commit dd59d664675ad7dfef033311d279c6f988b367d4. | |||||
| * | Revert "commitgraph: Add basic commit-graph implementation" | 2026-02-20 | 4 | -1294/+1 | ||
| | | | | | This reverts commit 1ea061c92ca6ad435c00bea458b8f24a5e1a822a. | |||||
| * | Revert "commitgraph: Add write stub" | 2026-02-20 | 1 | -6/+0 | ||
| | | | | | This reverts commit d65577ac3b55f3a52d1a507f3204a03df270b1ec. | |||||
| * | Revert "README: Reachability bitmaps planned for the future" | 2026-02-20 | 1 | -2/+0 | ||
| | | | | | This reverts commit 68ab022cf978fc1159cdcfb04c62cd57521be847. | |||||
| * | Revert "reachability: Add basic reachability API" | 2026-02-20 | 2 | -581/+0 | ||
| | | | | | This reverts commit 1fa0d2bcfa7aebdcec8644f53acc58465c109b72. | |||||
| * | Revert "packed, delta: Implement thin packs" | 2026-02-20 | 3 | -306/+9 | ||
| | | | | | This reverts commit 8e320c9ca634e6b2431f9442b7d5191864735ae4. | |||||
| * | Revert "test: Make gitCmd accept an stdin []byte" | 2026-02-20 | 11 | -213/+239 | ||
| | | | | | This reverts commit f762271dbfc121eaac7eb59c0beb01620a09118f. | |||||
| * | Revert "packed: Factor out packWriteObjects and clean up" | 2026-02-20 | 2 | -5/+16 | ||
| | | | | | This reverts commit 06b3648782c860ac0bc096e30e72587d5016e4e4. | |||||
| * | Revert "README: thin packs are supported now" | 2026-02-20 | 1 | -1/+1 | ||
| | | | | | This reverts commit 115beec0b2d29cb89ec73809b432a40e22bac07b. | |||||
| * | Revert "README: Update packfile/thin/delta related feature items" | 2026-02-20 | 1 | -3/+3 | ||
| | | | | | This reverts commit 9fccc79763651ab45b2643dd21216411971bff74. | |||||
| * | Revert "packed, delta: Some improvements for base selection" | 2026-02-20 | 3 | -109/+8 | ||
| | | | | | This reverts commit c1f17baa57bad0f61e639fc39c8cd5e4872142f6. | |||||
| * | Revert "README: Clarify pack/delta/thin features" | 2026-02-20 | 1 | -6/+2 | ||
| | | | | | This reverts commit 0a0fa13928bcc136b45e289f86bebc6a300e5975. | |||||
| * | Revert "pktline: Make Reader/Writer structs" | 2026-02-20 | 2 | -49/+33 | ||
| | | | | | This reverts commit 7f0a20840fa3efc51c2a2fc80c1f82e030e91f44. | |||||
| * | Revert "protostream: Add a helper package to frame protocol-v2 responses" | 2026-02-20 | 1 | -143/+0 | ||
| | | | | | This reverts commit c91ccc8d139dbf967b73262265712b9ee37cdbf1. | |||||
| * | Gotta study the Gitlab cdc thing v0.1.8 | 2026-02-17 | 1 | -0/+1 | ||
| | | | | | found by ori@ | |||||
| * | README: Add a variation of Got's bug reporting guidelines | 2026-02-15 | 1 | -0/+16 | ||
| | | ||||||
| * | zlib: Pool writers too | 2026-02-12 | 2 | -15/+50 | ||
| | | ||||||
| * | README: Poor code quality D: | 2026-02-01 | 1 | -0/+1 | ||
| | | ||||||
| * | README: Remove non-intention to support flexible storage backends | 2026-01-31 | 1 | -3/+1 | ||
| | | ||||||
| * | README: Large binary database format or something | 2026-01-31 | 1 | -0/+1 | ||
| | | ||||||
| * | README: I guess we also want large object promisors in the future | 2026-01-31 | 1 | -0/+1 | ||
| | | ||||||
| * | README: We want reftables in the future | 2026-01-31 | 1 | -0/+1 | ||
| | | ||||||
| * | protostream: Add a helper package to frame protocol-v2 responses | 2026-01-30 | 1 | -0/+143 | ||
| | | | | | This should take care of sideband-all | |||||
| * | pktline: Make Reader/Writer structs | 2026-01-30 | 2 | -33/+49 | ||
| | | ||||||
| * | repo: Fix test, Fatal -> Fatalf | 2026-01-30 | 1 | -1/+1 | ||
| | | ||||||
| * | README: Clarify pack/delta/thin features | 2026-01-30 | 1 | -2/+6 | ||
| | | ||||||
| * | repo: Fail test instead of skipping on inability to open current repo if present | 2026-01-30 | 1 | -1/+1 | ||
| | | ||||||
| * | packed, delta: Some improvements for base selection | 2026-01-30 | 3 | -8/+109 | ||
| | | | | | | | * sort objects by type then size to improve window quality * prune bad candidates with size ratio checks * have objects are preferred | |||||
| * | README: Update packfile/thin/delta related feature items | 2026-01-30 | 1 | -3/+3 | ||
| | | ||||||
| * | README: thin packs are supported now | 2026-01-30 | 1 | -1/+1 | ||
| | | ||||||
| * | packed: Factor out packWriteObjects and clean up | 2026-01-30 | 2 | -16/+5 | ||
| | | ||||||
| * | test: Make gitCmd accept an stdin []byte | 2026-01-30 | 11 | -239/+213 | ||
| | | ||||||
| * | packed, delta: Implement thin packs | 2026-01-30 | 3 | -9/+306 | ||
| | | ||||||
| * | reachability: Add basic reachability API | 2026-01-30 | 2 | -0/+581 | ||
| | | | | | Bitmaps not supported yet | |||||
| * | README: Reachability bitmaps planned for the future | 2026-01-30 | 1 | -0/+2 | ||
| | | ||||||
| * | commitgraph: Add write stub | 2026-01-30 | 1 | -0/+6 | ||
| | | ||||||
| * | commitgraph: Add basic commit-graph implementation | 2026-01-30 | 4 | -1/+1294 | ||
| | | ||||||
