aboutsummaryrefslogtreecommitdiff
path: root/object/tag
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 16:36:23 +0000
committerGravatar Runxi Yu2026-03-28 16:36:23 +0000
commit6d3a1ad712d2f0affe06b75b1f2fe05e84e2f8ab (patch)
tree303d8bafa0ac5992665c6e93502b24e954e877a5 /object/tag
parentobject/tree: Update docs (diff)
signatureNo signature
object/{blob,commit,tag}: Update docs
Diffstat (limited to 'object/tag')
-rw-r--r--object/tag/tag.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/object/tag/tag.go b/object/tag/tag.go
index 4301557e..60c3a67a 100644
--- a/object/tag/tag.go
+++ b/object/tag/tag.go
@@ -7,7 +7,9 @@ import (
objecttype "codeberg.org/lindenii/furgit/object/type"
)
-// Tag represents a Git annotated tag object.
+// Tag represents a fully materialized Git annotated tag object.
+//
+// Labels: MT-Unsafe.
type Tag struct {
Target objectid.ObjectID
TargetType objecttype.Type