aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-30 17:44:15 +0100
committerGravatar Runxi Yu2026-01-30 17:44:15 +0100
commit0a0fa13928bcc136b45e289f86bebc6a300e5975 (patch)
tree1547b06d10e20f1634fa8df2af9f6346986f25c2
parentrepo: Fail test instead of skipping on inability to open current repo if present (diff)
signatureNo signature
README: Clarify pack/delta/thin features
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index a54d0d02..6cd9935e 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,12 @@ 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 (with deltas)
-* Writing packfiles (with deltas and thin packs)
+* Reading packfiles
+ * Delta resolution
+* Writing packfiles
+ * Delta compression
+ * Thin packs
+* Reading commit-graph's
* General support for blobs, trees, commits, and tags
## Future features