James Moger
2011-10-21 fc42a53629eee92eb4155326841a270907640209
Documentation and some .gitignore updates
2 files modified
44 ■■■■■ changed files
.gitignore 40 ●●●●● patch | view | raw | blame | history
distrib/gitblit.properties 4 ●●●● patch | view | raw | blame | history
.gitignore
@@ -1,18 +1,22 @@
/temp
/lib
/ext
/build
/keystore
/*.zip
/gitblit.properties
/users.properties
/site
/git
/target
/build.properties
/war
/*.war
/proposals
/*.jar
/federation.properties
/mailtest.properties
/temp
/lib
/ext
/build
/keystore
/*.zip
/gitblit.properties
/users.properties
/site
/git
/target
/build.properties
/war
/*.war
/proposals
/*.jar
/federation.properties
/mailtest.properties
/.settings/*.prefs
/src/WEB-INF/gitblit.properties
/bin/
/.settings/
distrib/gitblit.properties
@@ -288,10 +288,13 @@
# Example global regex substitutions
# Use !!! to separate the search pattern and the replace pattern
# searchpattern!!!replacepattern
# SINCE 0.5.0
regex.global.bug = \\b(Bug:)(\\s*[#]?|-){0,1}(\\d+)\\b!!!<a href="http://somehost/bug/$3">Bug-Id: $3</a>
# SINCE 0.5.0
regex.global.changeid = \\b(Change-Id:\\s*)([A-Za-z0-9]*)\\b!!!<a href="http://somehost/changeid/$2">Change-Id: $2</a>
# Example per-repository regex substitutions overrides global
# SINCE 0.5.0
regex.myrepository.bug = \\b(Bug:)(\\s*[#]?|-){0,1}(\\d+)\\b!!!<a href="http://elsewhere/bug/$3">Bug-Id: $3</a>
#
@@ -320,6 +323,7 @@
#
# SINCE 0.6.0
mail.username =
# SINCE 0.6.0
mail.password =
# from address for generated emails