submodule relative paths problem
Created by: bigfatbrowncat
Submodule with a relative url doesn't show up. My .gitmodules file looks like:
[submodule "blabla"]
path = blabla
url=../blabla.git
"blabla" repo is next to this repo in GitLab, git handles it well, but there is no entry in GitLab files list named "blabla".
GitHub shows something like blabla @ 1a2b3c for the same case