| | |
| | | # 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!
|