if there's a / in revision name (either for tag or branch) then url is parsed in a wrong manner and cuts the revision name from the existing /. so for e.g if branch name is feature/foo then git-url-parse would fetch the revision name as feature leaving /foo out.
if there's a
/in revision name (either fortagorbranch) then url is parsed in a wrong manner and cuts the revision name from the existing/. so for e.g if branch name isfeature/foothen git-url-parse would fetch the revision name asfeatureleaving/fooout.