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.

ref: Update docs

Runxi Yu d9b6bfb4 ec658d86

+5 -1
+5
ref/doc.go
··· 1 + // Package ref provides Git reference values. 2 + // 3 + // A reference is either [Detached], which points directly to an object ID, or 4 + // [Symbolic], which points to another reference name. 5 + package ref
-1
ref/ref.go
··· 1 - // Package ref provides general, detached, and symbolic references. 2 1 package ref 3 2 4 3 // Ref is a Git reference.