Fixed bad help message for the git access.

Git has 2 methods to access a repository, one with gitdaemon to do a
checkout and one with SSH to perform the push. We need to provide those
2 methods.
This commit is contained in:
Loic d'Anterroches
2009-01-26 17:58:58 +01:00
parent c11cd7bc62
commit f203f7d78f
4 changed files with 29 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ $cfg['git_repositories'] = '/home/git/repositories/%s.git';
# tree view.
#
$cfg['git_remote_url'] = 'git://localhost/%s.git';
$cfg['git_write_remote_url'] = 'git@localhost:%s.git';
# Same as for git, you can have multiple repositories, one for each
# project or a single one for all the projects.