diff options
Diffstat (limited to 'object/commit.go')
| -rw-r--r-- | object/commit.go | 4 |
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 |
