aboutsummaryrefslogtreecommitdiff
path: root/modules/auth/repo_form.go
diff options
context:
space:
mode:
authorCosmin Stroe <cstroe@users.sf.net>2016-04-22 17:28:08 -0500
committerUnknwon <u@gogs.io>2016-04-22 18:28:08 -0400
commitba314a7a36eafc6412544515ebcde58479400e41 (patch)
tree0bbc22db898a9b5e17074ac583ffabf1cdf6d091 /modules/auth/repo_form.go
parent39356f423843bcd747bb21526d09bfe6114dde58 (diff)
Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)
Diffstat (limited to 'modules/auth/repo_form.go')
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index 333f468a..aa74ab3b 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -96,6 +96,7 @@ type RepoSettingForm struct {
EnableIssues bool
EnableExternalTracker bool
TrackerURLFormat string
+ TrackerIssueStyle string
EnablePulls bool
}