I use gitolite to manage my repositories, and per my gitolite configuration
the general clone url for all of my repositories is:

[email protected]:<project>

My cgit instance is such that a particular project is browsed at:

http://example.com/git/<project>/

As such, I have the following in my cgitrc:

logo=/git/cgit.png
css=/git/cgit.css
remove-suffix=1
virtual-root=/git
project-list=/var/lib/gitolite/projects.list
scan-path=/srv/gitolite
[email protected]:

However, with this setup, the clone url shown on each project is incorrect,
like so:

[email protected]:/<project>

Notice the erroneous forward slash being inserted between the clone-prefix
and project name.

Have I configured something incorrectly, or is this setup not supported?

Thanks,

chris


_______________________________________________
cgit mailing list
[email protected]
http://hjemli.net/mailman/listinfo/cgit

Reply via email to