diff options
| author | 2026-03-28 16:36:23 +0000 | |
|---|---|---|
| committer | 2026-03-28 16:36:23 +0000 | |
| commit | 6d3a1ad712d2f0affe06b75b1f2fe05e84e2f8ab (patch) | |
| tree | 303d8bafa0ac5992665c6e93502b24e954e877a5 /object/tag | |
| parent | object/tree: Update docs (diff) | |
| signature | No signature | |
object/{blob,commit,tag}: Update docs
Diffstat (limited to 'object/tag')
| -rw-r--r-- | object/tag/tag.go | 4 |
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 |
