shithub: furgit

Download patch

ref: 3d67169329b50d585b231452486c87c9761bf967
parent: 0e05e5fb5bd6d4539ddb15085335446de9350666
author: Runxi Yu <me@runxiyu.org>
date: Fri Feb 20 07:40:31 EST 2026

Revert "README: Clarify pack/delta/thin features"

This reverts commit 0a0fa13928bcc136b45e289f86bebc6a300e5975.

--- a/README.md
+++ b/README.md
@@ -21,12 +21,8 @@
   but the `sha1` build tag makes it test SHA-1)
 * Reading loose objects
 * Writing loose objects
-* Reading packfiles
-  * Delta resolution
-* Writing packfiles
-  * Delta compression
-  * Thin packs
-* Reading commit-graph's
+* Reading packfiles (with deltas)
+* Writing packfiles (with deltas and thin packs)
 * General support for blobs, trees, commits, and tags
 
 ## Future features
--