Comment 6 for bug 1843124

Revision history for this message
Sam Bull (dreamsorcerer) wrote : Re: branch remote git gives the wrong branch

So, you're saying that it is essentially looking for: git+ssh://example.com/bar,branch=fix ?

However, if I put that in directly, I either get the fix branch, or I get an error that the fix branch doesn't exist. The presence of a slash changes this behaviour to get the master branch without any errors.

So, I would expect to see the same behaviour, and get an error that the branch doesn't exist (which will then make it more obvious that it's only getting the branch name up to the slash).