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