We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b9b7d commit d53ecbeCopy full SHA for d53ecbe
commit.go
@@ -22,6 +22,7 @@ type Commit struct {
22
Author *Signature
23
Committer *Signature
24
CommitMessage string
25
+ Verification *Verification
26
27
parents []sha1 // SHA1 strings
28
submoduleCache *objectCache
0 commit comments