aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-30 15:23:21 +0100
committerGravatar Runxi Yu2026-01-30 15:23:21 +0100
commit03369f29f16970b672eda02a2b3724800a561f3d (patch)
tree5af713c58fe2a6b087cd9a8c178934fbb69aa202
parentbloom: Add bloom filter implementation for commit-graph (diff)
signatureNo signature
README: commit-graph is in-progress
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd47ec9f..92b20415 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Furgit is a fast Git library in pure Go
* Compression algorithm agility
* Multi pack indexes
* Repack
-* [commit-graph](https://git-scm.com/docs/commit-graph)
+* [commit-graph](https://git-scm.com/docs/commit-graph) (in progress)
* Network protocols
* And much more