diff options
| author | 2026-02-22 21:51:36 +0800 | |
|---|---|---|
| committer | 2026-02-22 21:51:36 +0800 | |
| commit | 3a7df704f3a48015c898ea7cb694359f5b326515 (patch) | |
| tree | ce8a4254b704e25d0a34a7d750bf7ca040d5ca3e /object/tag.go | |
| parent | *: Fix the broken comments for overescaping that python script (diff) | |
| signature | No signature | |
object: Rename ident to signature v0.1.38
Diffstat (limited to 'object/tag.go')
| -rw-r--r-- | object/tag.go | 2 |
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 } |
