aboutsummaryrefslogtreecommitdiff
path: root/ref/doc.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 09:52:54 +0000
committerGravatar Runxi Yu2026-03-29 09:52:54 +0000
commitd9b6bfb4869058eba83173760b5a916ffa3a5b65 (patch)
tree90236d2d9504b6b9756f4eda41c0c79c14b557fb /ref/doc.go
parentobject: Split files (diff)
signatureNo signature
ref: Update docs
Diffstat (limited to 'ref/doc.go')
-rw-r--r--ref/doc.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/ref/doc.go b/ref/doc.go
new file mode 100644
index 00000000..610c3013
--- /dev/null
+++ b/ref/doc.go
@@ -0,0 +1,5 @@
+// Package ref provides Git reference values.
+//
+// A reference is either [Detached], which points directly to an object ID, or
+// [Symbolic], which points to another reference name.
+package ref