aboutsummaryrefslogtreecommitdiff
path: root/furgit.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-31 04:52:53 +0000
committerGravatar Runxi Yu2026-03-31 04:52:53 +0000
commitcc35097579ad05cb7eacdb2c4d5fcc1cd261d6e5 (patch)
treee21c96e4d3d0f2c95f6bfad79b80c42ca379def7 /furgit.go
parentrepository: Pass the fetcher to reachability (diff)
signatureNo signature
furgit: Clarify what depending on repo means v0.1.169
Diffstat (limited to 'furgit.go')
-rw-r--r--furgit.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/furgit.go b/furgit.go
index 6e241049..75a79390 100644
--- 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
//