Browse Source

Documentation and some .gitignore updates

tags/v0.7.0
James Moger 12 years ago
parent
commit
fc42a53629
2 changed files with 26 additions and 18 deletions
  1. 22
    18
      .gitignore
  2. 4
    0
      distrib/gitblit.properties

+ 22
- 18
.gitignore View File

@@ -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/

+ 4
- 0
distrib/gitblit.properties View File

@@ -288,10 +288,13 @@ regex.global = true
# 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 @@ mail.debug = false
#
# SINCE 0.6.0
mail.username =
# SINCE 0.6.0
mail.password =
# from address for generated emails

Loading…
Cancel
Save