shithub: furgit

Download patch

ref: a6444199004f54aee05b582a9ee7e1ba98fd0c3e
parent: 86d95962ec8f2329aa591c00031bde68b0bab777
author: Runxi Yu <me@runxiyu.org>
date: Fri Feb 20 07:40:52 EST 2026

Revert "README: Update packfile/thin/delta related feature items"

This reverts commit 9fccc79763651ab45b2643dd21216411971bff74.

--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@
   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
+* Writing packfiles
 * General support for blobs, trees, commits, and tags
 
 ## Future features
@@ -30,7 +30,7 @@
 * Compression algorithm agility
 * Multi pack indexes
 * Repack
-* Better delta base selection strategy
+* Writing thin packs
 * Reading reachability bitmaps
 * Writing reachability bitmaps when writing packfiles
 * [commit-graph](https://git-scm.com/docs/commit-graph) (in progress)
--