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: Silly docs rendering

Runxi Yu c4b22901 fb9eb058

+4 -3
+4 -3
furgit.go
··· 9 9 // operation, such as commit traversal, reachability analysis, and 10 10 // recursive peeling, is built over those interfaces. 11 11 // 12 - // While the [repository] package is where most users should begin, it only 13 - // exists as one convenient composition of those pieces for the standard 14 - // on-disk repository layout. Nothing should depend on it. 12 + // While the [codeberg.org/lindenii/furgit/repository] package is where 13 + // most users should begin, it only exists as one convenient composition of 14 + // those pieces for the standard on-disk repository layout. Nothing should 15 + // depend on it. 15 16 // 16 17 // # Contract labels 17 18 //