aboutsummaryrefslogtreecommitdiff
path: root/ref/name/doc.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 09:54:54 +0000
committerGravatar Runxi Yu2026-03-29 09:54:54 +0000
commitb3f29210fb338640e38794864d74f7a799fe53a9 (patch)
treebb9fca67772ea1f61c1d4c6efa6c30b820daa121 /ref/name/doc.go
parentref: Update docs (diff)
signatureNo signature
ref/name: Update docs v0.1.138
Diffstat (limited to 'ref/name/doc.go')
-rw-r--r--ref/name/doc.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/ref/name/doc.go b/ref/name/doc.go
index 363733f3..48d06aac 100644
--- a/ref/name/doc.go
+++ b/ref/name/doc.go
@@ -1,2 +1,7 @@
-// Package refname provides various routines to check and normalize reference names.
+// Package refname provides Git reference-name validation, normalization, and
+// classification helpers.
+//
+// It includes branch and tag abbreviation expansion, worktree-qualified refs,
+// update validation, and the distinction between ordinary refs, root refs,
+// pseudo-refs, and filesystem-safe names.
package refname