kubitron / redmine_git_hosting

A ChiliProject/Redmine plugin which makes configuring your own git hosting easy.
78 stars 15 forks source link

Incorrect git url for subprojects #102

Open maxxer opened 11 years ago

maxxer commented 11 years ago

When you have a subproject, the generated url is something like this:

git+ssh://gitolite@server:mainproject/subproject.git

while should obviously be: git+ssh://gitolite@server/mainproject/subproject.git