diff options
| author | 2026-02-20 12:40:52 +0800 | |
|---|---|---|
| committer | 2026-02-20 12:57:31 +0800 | |
| commit | a6444199004f54aee05b582a9ee7e1ba98fd0c3e (patch) | |
| tree | 21465a5ea23da1790dc1cd62723a590e8ad36802 | |
| parent | Revert "packed, delta: Some improvements for base selection" (diff) | |
| signature | No signature | |
Revert "README: Update packfile/thin/delta related feature items"
This reverts commit 9fccc79763651ab45b2643dd21216411971bff74.
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,8 +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 (with deltas) -* Writing packfiles (with deltas and thin packs) +* Reading packfiles +* Writing packfiles * General support for blobs, trees, commits, and tags ## Future features @@ -30,7 +30,7 @@ Furgit is a fast Git library in pure Go * Compression algorithm agility * Multi pack indexes * Repack -* Better delta base selection strategy +* Writing thin packs * Reading reachability bitmaps * Writing reachability bitmaps when writing packfiles * [commit-graph](https://git-scm.com/docs/commit-graph) (in progress) |
