James Moger
2011-05-26 17c417dad5c7be28df4b6e1fd25ec56b484faaff
distrib/gitblit.properties
@@ -7,7 +7,7 @@
# Base folder for repositories
# Use forward slashes even on Windows!!
git.repositoriesFolder = c:/git
git.repositoriesFolder = git
# Export all repositories
# if false, each exported repository must have a .git/git-daemon-export-ok file
@@ -16,11 +16,6 @@
# Search repositories folder for nested repositories
# e.g. /libraries/mylibrary.git
git.nestedRepositories = true
# Show other URLs on the summary page for accessing your git repositories
# Use spaces to separate urls. {0} is the token for the repository name.
# git.otherUrls = ssh://localhost/git/{0} git://localhost/git/{0}
git.otherUrls =
#
# Authentication Settings
@@ -44,9 +39,9 @@
realm.minPasswordLength = 5
#
# Git:Blit Web Settings
# Gitblit Web Settings
#
# If blank Git:Blit is displayed.
# If blank Gitblit is displayed.
web.siteName =
# If web.authenticate=true, users with "admin" role can create repositories,
@@ -71,6 +66,11 @@
web.datestampShortFormat = yyyy-MM-dd
web.datetimestampLongFormat = EEEE, MMMM d, yyyy h:mm a z
# Show other URLs on the summary page for accessing your git repositories
# Use spaces to separate urls. {0} is the token for the repository name.
# web.otherUrls = ssh://localhost/git/{0} git://localhost/git/{0}
web.otherUrls =
# Choose how to present the repositories list.
# grouped = group nested/subfolder repositories together (no sorting)
# flat = flat list of repositories (sorting allowed)