Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

add commit file status #135

Merged
merged 1 commit into from
Dec 31, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions gitea/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ type PayloadCommit struct {
Verification *PayloadCommitVerification `json:"verification"`
// swagger:strfmt date-time
Timestamp time.Time `json:"timestamp"`
Added []string `json:"added"`
Removed []string `json:"removed"`
Modified []string `json:"modified"`
}

// PayloadCommitVerification represents the GPG verification of a commit
Expand Down