aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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