aboutsummaryrefslogtreecommitdiff
path: root/object/tag.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-02-22 21:51:36 +0800
committerGravatar Runxi Yu2026-02-22 21:51:36 +0800
commit3a7df704f3a48015c898ea7cb694359f5b326515 (patch)
treece8a4254b704e25d0a34a7d750bf7ca040d5ca3e /object/tag.go
parent*: Fix the broken comments for overescaping that python script (diff)
signatureNo signature
object: Rename ident to signature v0.1.38
Diffstat (limited to 'object/tag.go')
-rw-r--r--object/tag.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/tag.go b/object/tag.go
index 9a19b120..9a621ec9 100644
--- a/object/tag.go
+++ b/object/tag.go
@@ -10,7 +10,7 @@ type Tag struct {
Target objectid.ObjectID
TargetType objecttype.Type
Name []byte
- Tagger *Ident
+ Tagger *Signature
Message []byte
}