Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 88b15e3

Browse files
committedOct 13, 2016
Add verification to commit representation
1 parent 8f52b6b commit 88b15e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎commit.go

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.