Fast implementation of Git in pure Go codeberg.org/lindenii/furgit
git go
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

furgit: Clarify what depending on repo means

Runxi Yu cc350975 318f7be6

+3 -2
+3 -2
furgit.go
··· 17 17 // 18 18 // While the [codeberg.org/lindenii/furgit/repository] package is where 19 19 // most users should begin, it only exists as one convenient composition of 20 - // those pieces for the standard on-disk repository layout. Nothing should 21 - // depend on it. 20 + // those pieces for the standard on-disk repository layout. Nothing inside 21 + // furgit should depend on it; extensions to furgit such as alterntaive 22 + // object stores must not depend on it either. 22 23 // 23 24 // # Contract labels 24 25 //