Git submodules links doesnt work (6-0-stable)
Created by: lsv
The link is correctly made, but it links to "undefined"
/group/project/tree/master (here is my submodule) With correctly "Last update"
The last commit links to ssh ssh://git@SERVER/project/submodule.git
The name links to /group/project/tree/undefined (because the url in TR the goes to the last commit)
<tr class="tree-item" url="ssh://git@SERVER/project/submodule.git">
A possible solution could be: if the start of the url is the same as either ssh or http repo push url, it should make a correct link to the repo. If not, just dont link it