aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-30 17:23:25 +0100
committerGravatar Runxi Yu2026-01-30 17:23:25 +0100
commit115beec0b2d29cb89ec73809b432a40e22bac07b (patch)
tree9819df8ab8e4caa35bf874edd88a1f4e95acbe1e
parentpacked: Factor out packWriteObjects and clean up (diff)
signatureNo signature
README: thin packs are supported now
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dcd5408d..3ebcdd2c 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Furgit is a fast Git library in pure Go
* Reading loose objects
* Writing loose objects
* Reading packfiles
-* Writing packfiles (no thin packs yet)
+* Writing packfiles
* General support for blobs, trees, commits, and tags
## Future features