diff options
Diffstat (limited to 'pkg/form')
-rw-r--r-- | pkg/form/repo.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/form/repo.go b/pkg/form/repo.go index 13d61a2d..483076ce 100644 --- a/pkg/form/repo.go +++ b/pkg/form/repo.go @@ -102,6 +102,7 @@ type RepoSetting struct { TrackerURLFormat string TrackerIssueStyle string EnablePulls bool + PullUseRebase bool } func (f *RepoSetting) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { |