James Moger
2011-06-02 a125cf6876e0edc5a2498df57a9df06d60b1f572
distrib/gitblit.properties
@@ -17,9 +17,12 @@
# if false, each exported repository must have a .git/git-daemon-export-ok file
git.exportAll = true
# Search repositories folder for nested repositories
# Search the repositories folder subfolders for other repositories.
# Repositories MAY NOT be nested (i.e. one repository within another)
# but they may be grouped together in subfolders.
# e.g. c:/gitrepos/libraries/mylibrary.git
git.nestedRepositories = true
#      c:/gitrepos/libraries/myotherlibrary.git
git.searchRepositoriesSubfolders = true
#
# Authentication Settings