diff options
| author | 2026-01-29 17:12:59 +0100 | |
|---|---|---|
| committer | 2026-01-29 17:12:59 +0100 | |
| commit | 75abe70f32430f0b1cfa4eb9159158564000c636 (patch) | |
| tree | 5cec7120709eab4b5d1cc9d1ca8576577debdc04 /README.md | |
| parent | README: We support basic packfile writing now (diff) | |
| signature | No signature | |
README: Various updates
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,16 +9,15 @@ Furgit is a fast Git library in pure Go ## Project status * Initial development -* No tagged releases -* API *will* break frequently +* Frequent breaking changes * Do not use in production -* Will likely follow [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) in the future +* Will likely use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) later ## Current features * SHA-256 and SHA-1\ (runtime supports both; tests are SHA-256 by default, - but `sha1` build tag makes it test SHA-1) + but the `sha1` build tag makes it test SHA-1) * Reading loose objects * Writing loose objects * Reading packfiles @@ -27,6 +26,7 @@ Furgit is a fast Git library in pure Go ## Future features +* Compression algorithm agility * Multi pack indexes * Repack * [commit-graph](https://git-scm.com/docs/commit-graph) |
