diff options
| author | 2026-01-30 17:24:08 +0100 | |
|---|---|---|
| committer | 2026-01-30 17:24:08 +0100 | |
| commit | 9fccc79763651ab45b2643dd21216411971bff74 (patch) | |
| tree | 67dcbdc6346c4f0744e36debfff09ba674898e33 /README.md | |
| parent | README: thin packs are supported now (diff) | |
| signature | No signature | |
README: Update packfile/thin/delta related feature items
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |
