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/name: Update docs

Runxi Yu b3f29210 d9b6bfb4

+6 -1
+6 -1
ref/name/doc.go
··· 1 - // Package refname provides various routines to check and normalize reference names. 1 + // Package refname provides Git reference-name validation, normalization, and 2 + // classification helpers. 3 + // 4 + // It includes branch and tag abbreviation expansion, worktree-qualified refs, 5 + // update validation, and the distinction between ordinary refs, root refs, 6 + // pseudo-refs, and filesystem-safe names. 2 7 package refname