mirror of
https://github.com/gogs/gogs.git
synced 2026-07-13 01:11:40 +02:00
repo/pull: allow rebase before merging (#4805)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -102,7 +102,7 @@ type RepoSetting struct {
|
||||
TrackerURLFormat string
|
||||
TrackerIssueStyle string
|
||||
EnablePulls bool
|
||||
PullUseRebase bool
|
||||
PullsAllowRebase bool
|
||||
}
|
||||
|
||||
func (f *RepoSetting) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors {
|
||||
|
||||
Reference in New Issue
Block a user