summaryrefslogtreecommitdiffstats
path: root/modules/structs/repo_file.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/structs/repo_file.go')
-rw-r--r--modules/structs/repo_file.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/structs/repo_file.go b/modules/structs/repo_file.go
index c34923e389..71733c90e7 100644
--- a/modules/structs/repo_file.go
+++ b/modules/structs/repo_file.go
@@ -17,6 +17,8 @@ type FileOptions struct {
Author Identity `json:"author"`
Committer Identity `json:"committer"`
Dates CommitDateOptions `json:"dates"`
+ // Add a Signed-off-by trailer by the committer at the end of the commit log message.
+ Signoff bool `json:"signoff"`
}
// CreateFileOptions options for creating files