shithub: furgit

Download patch

ref: a2d9489132538d78fee30269185fd5468450f95c
parent: a1cfb8953022bead6dae8399fdee30a01e267cf6
author: Runxi Yu <me@runxiyu.org>
date: Sat Jan 31 06:37:17 EST 2026

README: Remove non-intention to support flexible storage backends

--- a/README.md
+++ b/README.md
@@ -95,9 +95,7 @@
 
 ## Environment requirements
 
-We currently do not intend to support flexible storage backends such as
-[storers in go-git](https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer);
-a standard UNIX-like filesystem with
+A standard UNIX-like filesystem with
 [syscall.Mmap](https://pkg.go.dev/syscall#Mmap) is expected.
 
 ## Repos and mirrors
--