瀏覽代碼

Add new configuration setting 'git.userRepositoryPrefix'.

tags/v1.4.0
Florian Zschocke 10 年之前
父節點
當前提交
df75fa3a09
共有 1 個檔案被更改,包括 11 行新增0 行删除
  1. 11
    0
      src/main/distrib/data/gitblit.properties

+ 11
- 0
src/main/distrib/data/gitblit.properties 查看文件

@@ -163,6 +163,17 @@ git.defaultAccessRestriction = NONE
# SINCE 1.1.0
git.defaultAuthorizationControl = NAMED
# The prefix for a users personal repository directory.
# Personal user repositories are created in this directory, named by the user name
# prefixed with the userRepositoeryPrefix. For eaxmple, a user 'john' would have his
# personal repositories in the directory '~john'.
# Cannot be an empty string. Also, absolute paths are changed to relative paths by
# removing the first directory separator.
#
# RESTART REQUIRED
# SINCE 1.3.2
git.userRepositoryPrefix = "~"
# The default incremental push tag prefix. Tag prefix applied to a repository
# that has automatic push tags enabled and does not specify a custom tag prefix.
#

Loading…
取消
儲存