aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-29 17:12:59 +0100
committerGravatar Runxi Yu2026-01-29 17:12:59 +0100
commit75abe70f32430f0b1cfa4eb9159158564000c636 (patch)
tree5cec7120709eab4b5d1cc9d1ca8576577debdc04
parentREADME: We support basic packfile writing now (diff)
signatureNo signature
README: Various updates
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index cad50be9..c175f8ac 100644
--- a/README.md
+++ b/README.md
@@ -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)