Florian Zschocke
2013-08-20 3a067e5b667bb30b7ddd18f7860358d725f01219
src/main/distrib/data/gitblit.properties
@@ -174,6 +174,15 @@
# SINCE 1.3.0
git.defaultIncrementalPushTagPrefix = r
# In an Unix environment where mixed access methods exist for shared repositories,
# the repository should be created with 'git init --shared' to make sure that
# it can be accessed e.g. via ssh (user git) and http (user www-data).
# Valid values are the values available for the '--shared' option. The the manual
# page for 'git init' for more information on shared repositories.
#
# SINCE 1.3.2
git.createRepositoriesShared = false
# Enable JGit-based garbage collection. (!!EXPERIMENTAL!!)
#
# USE AT YOUR OWN RISK!