diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
