diff options
author | James Moger <james.moger@gitblit.com> | 2013-09-17 16:38:16 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-09-17 17:05:19 -0400 |
commit | 9ae71a9720573a26e78de25d516c59813722e55e (patch) | |
tree | 9c11ded9f52eaeac365e6dc209d0a5cd5443e3c1 /src/main/distrib/data/gitblit.properties | |
parent | 35f55ae7e034275811fa68908215b48bbf9df965 (diff) | |
download | gitblit-9ae71a9720573a26e78de25d516c59813722e55e.tar.gz gitblit-9ae71a9720573a26e78de25d516c59813722e55e.zip |
Documentation
Diffstat (limited to 'src/main/distrib/data/gitblit.properties')
-rw-r--r-- | src/main/distrib/data/gitblit.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index e4e71533..1fe1561f 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -191,13 +191,16 @@ git.userRepositoryPrefix = ~ # SINCE 1.3.0
git.defaultIncrementalPushTagPrefix = r
+# Controls creating a repository as --shared on Unix servers.
+#
# 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
+# SINCE 1.4.0
git.createRepositoriesShared = false
# Enable JGit-based garbage collection. (!!EXPERIMENTAL!!)
|