aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-02-20 12:40:31 +0800
committerGravatar Runxi Yu2026-02-20 12:57:31 +0800
commit3d67169329b50d585b231452486c87c9761bf967 (patch)
treeacc87594946c9c6c816fc679a4fdbd6e827f8b28 /README.md
parentRevert "pktline: Make Reader/Writer structs" (diff)
signatureNo signature
Revert "README: Clarify pack/delta/thin features"
This reverts commit 0a0fa13928bcc136b45e289f86bebc6a300e5975.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index c91c3032..d8aa1fac 100644
--- a/README.md
+++ b/README.md
@@ -21,12 +21,8 @@ Furgit is a fast Git library in pure Go
but the `sha1` build tag makes it test SHA-1)
* Reading loose objects
* Writing loose objects
-* Reading packfiles
- * Delta resolution
-* Writing packfiles
- * Delta compression
- * Thin packs
-* Reading commit-graph's
+* Reading packfiles (with deltas)
+* Writing packfiles (with deltas and thin packs)
* General support for blobs, trees, commits, and tags
## Future features