Error 404 for commit detail page for a branch with special chars
I can view the detail page (list commit message, changes and builds for the head commit of a branch) Links which work: https://gitlab.com/gitlab-org/gitlab-ce/commit/master https://gitlab.com/gitlab-org/gitlab-ce/commit/elasticsearch However: this does not work if the branch name contains a minus, underscore or dot (possible others) and I get a 404 page Links which trigger a 404 page: https://gitlab.com/gitlab-org/gitlab-ce/commit/8-4-stable https://gitlab.com/gitlab-org/gitlab-ce/commit/ui-fixes For me it is important to link to branches for specific versions https://gitlab.company.tld/namespace/project/commit/1.0.3
issue