aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-06 10:39:30 +0800
committerGravatar Runxi Yu2026-03-06 10:39:30 +0800
commitf6bb25d486faf6f34a4153bdc9754ec86a31ab69 (patch)
treeef2110ecd07989e96acb7da7a24e939de31f4233
parentreachability, internal/testgit: Fix lints (diff)
signatureNo signature
README: Update todo list v0.1.57
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9d084fab..a211f1b7 100644
--- a/README.md
+++ b/README.md
@@ -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