diff options
| author | 2025-11-15 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-15 00:00:00 +0000 | |
| commit | b0e7f570b7b0932044ef44d0aba6c49ce8060b08 (patch) | |
| tree | eec077c63fbca890348859ec180cadd5495f3add /README.md | |
| parent | README: Fix typo (diff) | |
| signature | ||
Loose object writing draft
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
