mirror of
https://github.com/go-gitea/gitea.git
synced 2026-01-24 17:26:51 +01:00
fmt
This commit is contained in:
parent
4a9a54e2df
commit
dcfe19c11b
@ -54,16 +54,16 @@ type ChangeRepoFile struct {
|
||||
|
||||
// ChangeRepoFilesOptions holds the repository files update options
|
||||
type ChangeRepoFilesOptions struct {
|
||||
LastCommitID string
|
||||
OldBranch string
|
||||
NewBranch string
|
||||
Message string
|
||||
Files []*ChangeRepoFile
|
||||
Author *IdentityOptions
|
||||
Committer *IdentityOptions
|
||||
Dates *CommitDateOptions
|
||||
Signoff bool
|
||||
ForcePush bool
|
||||
LastCommitID string
|
||||
OldBranch string
|
||||
NewBranch string
|
||||
Message string
|
||||
Files []*ChangeRepoFile
|
||||
Author *IdentityOptions
|
||||
Committer *IdentityOptions
|
||||
Dates *CommitDateOptions
|
||||
Signoff bool
|
||||
ForcePush bool
|
||||
ActionsTaskID int64
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user