aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-30 17:24:08 +0100
committerGravatar Runxi Yu2026-01-30 17:24:08 +0100
commit9fccc79763651ab45b2643dd21216411971bff74 (patch)
tree67dcbdc6346c4f0744e36debfff09ba674898e33 /README.md
parentREADME: thin packs are supported now (diff)
signatureNo signature
README: Update packfile/thin/delta related feature items
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3ebcdd2c..f1eb0084 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,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
-* Writing packfiles
+* Reading packfiles (with deltas)
+* Writing packfiles (with deltas and thin packs)
* General support for blobs, trees, commits, and tags
## Future features
@@ -29,7 +29,7 @@ Furgit is a fast Git library in pure Go
* Compression algorithm agility
* Multi pack indexes
* Repack
-* Writing thin packs
+* Better delta base selection strategy
* Reading reachability bitmaps
* Writing reachability bitmaps when writing packfiles
* [commit-graph](https://git-scm.com/docs/commit-graph) (in progress)