shithub: furgit

Download patch

ref: 9fccc79763651ab45b2643dd21216411971bff74
parent: 115beec0b2d29cb89ec73809b432a40e22bac07b
author: Runxi Yu <me@runxiyu.org>
date: Fri Jan 30 12:24:08 EST 2026

README: Update packfile/thin/delta related feature items

--- a/README.md
+++ b/README.md
@@ -20,8 +20,8 @@
   but the `sha1` build tag makes it test SHA-1)
 * Reading loose objects
 * Writing loose objects
-* Reading packfiles
-* Writing packfiles
+* Reading packfiles (with deltas)
+* Writing packfiles (with deltas and thin packs)
 * General support for blobs, trees, commits, and tags
 
 ## Future features
@@ -29,7 +29,7 @@
 * Compression algorithm agility
 * Multi pack indexes
 * Repack
-* Writing thin packs
+* Better delta base selection strategy
 * Reading reachability bitmaps
 * Writing reachability bitmaps when writing packfiles
 * [commit-graph](https://git-scm.com/docs/commit-graph) (in progress)
--