aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-15 00:00:00 +0000
committerGravatar Runxi Yu2025-11-15 00:00:00 +0000
commitb0e7f570b7b0932044ef44d0aba6c49ce8060b08 (patch)
treeeec077c63fbca890348859ec180cadd5495f3add /README.md
parentREADME: Fix typo (diff)
signature
Loose object writing draft
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index df86cd85..95d93532 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,9 @@ used as a library.
## Features
-Currently, furgit is very basic; it supports reading objects from loose objects
-and packfiles. There is some infrastructure for writing loose objects and
-packfiles in the tests but they need to be refactored.
+Currently, furgit is very basic; it supports reading and writing loose objects
+and reading from packfiles. There is some infrastructure for writing packfiles
+in the tests but they need to be refactored.
We intend for repository objects to be freely usable across goroutines, which
may enable long-running applications such as forges to keep a pool of recently