index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
modules
/
auth
/
repo_form.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Cosmin Stroe <cstroe@users.sf.net>
2016-04-22 17:28:08 -0500
committer
Unknwon <u@gogs.io>
2016-04-22 18:28:08 -0400
commit
ba314a7a36eafc6412544515ebcde58479400e41
(
patch
)
tree
0bbc22db898a9b5e17074ac583ffabf1cdf6d091
/
modules/auth/repo_form.go
parent
39356f423843bcd747bb21526d09bfe6114dde58
(
diff
)
Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)
Diffstat
(limited to 'modules/auth/repo_form.go')
-rw-r--r--
modules/auth/repo_form.go
1
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
}