diff options
author | James Moger <james.moger@gitblit.com> | 2014-03-31 11:45:21 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-03-31 11:45:21 -0400 |
commit | beb021472d034617e1ce216aee38d918ae7f1a67 (patch) | |
tree | 24aa85d00fdad02934659e0a570bc3540b3a4108 /releases.moxie | |
parent | 9cce439817e17616619c189ab0840af29edd36f4 (diff) | |
download | gitblit-beb021472d034617e1ce216aee38d918ae7f1a67.tar.gz gitblit-beb021472d034617e1ce216aee38d918ae7f1a67.zip |
Configure Tickets close-on-push commit message regex (issue-404)
Diffstat (limited to 'releases.moxie')
-rw-r--r-- | releases.moxie | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/releases.moxie b/releases.moxie index 11d2a412..fc679ef1 100644 --- a/releases.moxie +++ b/releases.moxie @@ -15,6 +15,7 @@ r22: { - Ensure the Lucene ticket index is updated on repository deletion. changes: - Specify the --dailyLogFile option for the Ubuntu and CentOS service scripts (issue-348) + - The ticket close-on-push commit message regular expression is now configurable by a setting (issue-404) - Option to allow LDAP users to directly authenticate without performing LDAP searches (pr-162) - Replace JCommander with args4j to be consistent with other tools (ticket-28) additions: @@ -29,6 +30,7 @@ r22: { - Jeremie Brebec settings: - { name: 'realm.ldap.bindpattern', defaultValue: ' ' } + - { name: 'tickets.closeOnPushCommitMessageRegex', defaultValue: '(?:fixes|closes)[\\s-]+#?(\\d+)' } } # |