James Moger
2013-09-17 35f55ae7e034275811fa68908215b48bbf9df965
src/main/distrib/data/gitblit.properties
@@ -191,6 +191,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!