瀏覽代碼

Documentation and some .gitignore updates

tags/v0.7.0
James Moger 12 年之前
父節點
當前提交
fc42a53629
共有 2 個檔案被更改,包括 26 行新增18 行删除
  1. 22
    18
      .gitignore
  2. 4
    0
      distrib/gitblit.properties

+ 22
- 18
.gitignore 查看文件

/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 查看文件

# Example global regex substitutions # Example global regex substitutions
# Use !!! to separate the search pattern and the replace pattern # Use !!! to separate the search pattern and the replace pattern
# searchpattern!!!replacepattern # 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> 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> 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 # 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> regex.myrepository.bug = \\b(Bug:)(\\s*[#]?|-){0,1}(\\d+)\\b!!!<a href="http://elsewhere/bug/$3">Bug-Id: $3</a>
# #
# #
# SINCE 0.6.0 # SINCE 0.6.0
mail.username = mail.username =
# SINCE 0.6.0
mail.password = mail.password =
# from address for generated emails # from address for generated emails

Loading…
取消
儲存