Skip to content

Do not show 404 if repository is empty

abubadabu requested to merge abubadabu/gitlab-ce:request/empty_repository into master

If the repository does not contain any files GitLab will show a 404 error for the files view ( https://gitlab.com/gitlab-org/gitlab-ce )

New behavior will show an empty file view and do not show the download archive due to download zip would be 0 Bytes.

Merge request reports