diff options
| author | 2026-03-31 04:52:53 +0000 | |
|---|---|---|
| committer | 2026-03-31 04:52:53 +0000 | |
| commit | cc35097579ad05cb7eacdb2c4d5fcc1cd261d6e5 (patch) | |
| tree | e21c96e4d3d0f2c95f6bfad79b80c42ca379def7 | |
| parent | repository: Pass the fetcher to reachability (diff) | |
| signature | No signature | |
furgit: Clarify what depending on repo means v0.1.169
| -rw-r--r-- | furgit.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 // |
