shithub: furgit

Download patch

ref: 0a0fa13928bcc136b45e289f86bebc6a300e5975
parent: 627258d8a515397d65d0d7c086d12783c684fcd3
author: Runxi Yu <me@runxiyu.org>
date: Fri Jan 30 12:44:15 EST 2026

README: Clarify pack/delta/thin features

--- a/README.md
+++ b/README.md
@@ -20,8 +20,12 @@
   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
--