mirror of
https://github.com/gogs/gogs.git
synced 2026-05-06 11:46:39 +02:00
repo/pull: allow rebase before merging (#4805)
This commit is contained in:
@@ -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