mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 05:55:51 +01:00
Verify gpg sign (#2264)
This commit is contained in:
committed by
Naoki Takezoe
parent
33277bf25f
commit
8705d3450a
@@ -250,7 +250,9 @@ object ApiSpecModels {
|
||||
authorEmailAddress = account.mailAddress,
|
||||
commitTime = date1,
|
||||
committerName = account.userName,
|
||||
committerEmailAddress = account.mailAddress
|
||||
committerEmailAddress = account.mailAddress,
|
||||
None,
|
||||
None
|
||||
)
|
||||
|
||||
val apiCommitListItem = ApiCommitListItem(
|
||||
|
||||
Reference in New Issue
Block a user