shithub: furgit

Download patch

ref: 75abe70f32430f0b1cfa4eb9159158564000c636
parent: 096319e98072461a05b3e229ee7974db681b3e76
author: Runxi Yu <me@runxiyu.org>
date: Thu Jan 29 12:12:59 EST 2026

README: Various updates

--- a/README.md
+++ b/README.md
@@ -9,16 +9,15 @@
 ## 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 @@
 
 ## Future features
 
+* Compression algorithm agility
 * Multi pack indexes
 * Repack
 * [commit-graph](https://git-scm.com/docs/commit-graph)
--