diff options
| author | 2026-03-06 10:39:30 +0800 | |
|---|---|---|
| committer | 2026-03-06 10:39:30 +0800 | |
| commit | f6bb25d486faf6f34a4153bdc9754ec86a31ab69 (patch) | |
| tree | ef2110ecd07989e96acb7da7a24e939de31f4233 | |
| parent | reachability, internal/testgit: Fix lints (diff) | |
| signature | No signature | |
README: Update todo list v0.1.57
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -49,14 +49,13 @@ Furgit is a low-level Git library in Go. * `.idx` and `.rev` writing * Pack ingestion * Un-thinning thin packs +* Commit graph reading ## Planned * Quarantine areas * V0/V1 protocol (e.g., `sideband-64k`, `pktline`, etc.) * Receiving/fetching -* Writing configs -* Commit graph * Multi-pack indexes * Reachability bitmaps * Delta base selection, e.g., islands @@ -74,6 +73,8 @@ Furgit is a low-level Git library in Go. * Merge * Checkout * Rebase +* Commit graph writing +* Writing configs ## Benchmarks |
