diff options
| author | 2026-01-30 17:44:15 +0100 | |
|---|---|---|
| committer | 2026-01-30 17:44:15 +0100 | |
| commit | 0a0fa13928bcc136b45e289f86bebc6a300e5975 (patch) | |
| tree | 1547b06d10e20f1634fa8df2af9f6346986f25c2 | |
| parent | repo: Fail test instead of skipping on inability to open current repo if present (diff) | |
| signature | No signature | |
README: Clarify pack/delta/thin features
| -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 |
