Refactor commit reader (#34542)
This commit is contained in:
repo.diff.committed_by
GitHub
repo.diff.parent
688da55f54
repo.diff.commit
9f10885b21
@@ -34,7 +34,7 @@ type Commit struct {
|
||||
// CommitSignature represents a git commit signature part.
|
||||
type CommitSignature struct {
|
||||
Signature string
|
||||
Payload string // TODO check if can be reconstruct from the rest of commit information to not have duplicate data
|
||||
Payload string
|
||||
}
|
||||
|
||||
// Message returns the commit message. Same as retrieving CommitMessage directly.
|
||||
|
||||
Reference in New Issue
Block a user