Compare doesn't work if branch name contains forward slash
Created by: 3rdcycle
git branch names sometimes contain forward slashes. E.g. when using the Git Flow implementation in Atlassian's SourceTree branches have names like feature/foo
or hotfix/bar
.
In GitLab Compare View the forward slash always gets replaced with %2F and a message says "There isn't anything to compare." (tested on GitLab 7.9.1).