Skip to content

Commit d53ecbe

Browse files
committed
Add verification to commit representation
1 parent 91b9b7d commit d53ecbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commit.go

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ type Commit struct {
2222
Author *Signature
2323
Committer *Signature
2424
CommitMessage string
25+
Verification *Verification
2526

2627
parents []sha1 // SHA1 strings
2728
submoduleCache *objectCache

0 commit comments

Comments
 (0)