Skip to content

Commit 5e18fc4

Browse files
committed
Add verification to commit representation
1 parent 5c53b3e commit 5e18fc4

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)