We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed9700 commit f01a53bCopy full SHA for f01a53b
changes.go
@@ -165,7 +165,12 @@ type ProblemInfo struct {
165
166
// RebaseInput entity contains information for changing parent when rebasing.
167
type RebaseInput struct {
168
- Base string `json:"base,omitempty"`
+ Base string `json:"base,omitempty"`
169
+ Strategy string `json:"strategy,omitempty"`
170
+ AllowConflicts bool `json:"allow_conflicts,omitempty"`
171
+ OnBehalfOfUploader bool `json:"on_behalf_of_uploader,omitempty"`
172
+ CommitterEmail string `json:"committer_email,omitempty"`
173
+ ValidationOptions map[string]string `json:"validation_options,omitempty"`
174
}
175
176
// RestoreInput entity contains information for restoring a change.
0 commit comments