aboutsummaryrefslogtreecommitdiff
path: root/object/commit.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/commit.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/commit.go')
-rw-r--r--object/commit.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/object/commit.go b/object/commit.go
index 8011a20d..bd48bb44 100644
--- a/object/commit.go
+++ b/object/commit.go
@@ -9,8 +9,8 @@ import (
type Commit struct {
Tree objectid.ObjectID
Parents []objectid.ObjectID
- Author Ident
- Committer Ident
+ Author Signature
+ Committer Signature
Message []byte
ChangeID string
ExtraHeaders []ExtraHeader