changes:
- Personal repository prefix (~) is now configurable (issue-265)
- Updated default binary and Lucene ignore extensions
- additions: ~
+ additions:
+ - Added setting to control creating a repository as --shared on Unix servers (issue-263)
dependencyChanges: ~
+ settings:
+ - { name: 'git.createRepositoriesShared', defaultValue: 'false' }
contributors:
- James Moger
- Robin Rosenberg
# SINCE 1.3.0\r
git.defaultIncrementalPushTagPrefix = r\r
\r
+# Controls creating a repository as --shared on Unix servers.\r
+#\r
# In an Unix environment where mixed access methods exist for shared repositories,\r
# the repository should be created with 'git init --shared' to make sure that\r
# it can be accessed e.g. via ssh (user git) and http (user www-data).\r
+#\r
# Valid values are the values available for the '--shared' option. The the manual\r
# page for 'git init' for more information on shared repositories.\r
#\r
-# SINCE 1.3.2\r
+# SINCE 1.4.0\r
git.createRepositoriesShared = false\r
\r
# Enable JGit-based garbage collection. (!!EXPERIMENTAL!!)\r
GitBlitTest.class, FederationTests.class, RpcTests.class, GitServletTest.class, GitDaemonTest.class,\r
GroovyScriptTest.class, LuceneExecutorTest.class, IssuesTest.class, RepositoryModelTest.class,\r
FanoutServiceTest.class, Issue0259Test.class, Issue0271Test.class, HtpasswdUserServiceTest.class,\r
- ModelUtilsTest.class })\r
+ ModelUtilsTest.class, JnaUtilsTest.class })\r
public class GitBlitSuite {\r
\r
public static final File REPOSITORIES = new File("data/git");\r