[7.12.0.rc1] Branch with no files leads to 404
Steps to reproduce this error on Gitlab.com:
- Create a repository
- Add an empty file e.g.
README.md
to themaster
branch - Create a new branch e.g.
development
based onmaster
- Remove the file (on the new created branch) via GitLab user interface (-> remove button)
- After clicking on Remove file a 404 error returns
This also affects viewing the branch via the files view.