ref: cc35097579ad05cb7eacdb2c4d5fcc1cd261d6e5
parent: 318f7be691ba6be150e4a7b30c8bc9e1f2521d38
author: Runxi Yu <runxiyu@umich.edu>
date: Tue Mar 31 00:52:53 EDT 2026
furgit: Clarify what depending on repo means
--- a/furgit.go
+++ b/furgit.go
@@ -17,8 +17,9 @@
//
// While the [codeberg.org/lindenii/furgit/repository] package is where
// most users should begin, it only exists as one convenient composition of
-// those pieces for the standard on-disk repository layout. Nothing should
-// depend on it.
+// those pieces for the standard on-disk repository layout. Nothing inside
+// furgit should depend on it; extensions to furgit such as alterntaive
+// object stores must not depend on it either.
//
// # Contract labels
//
--
⑨