Skip to content

Fix Error 500 occuring with repositories that have a bad HEAD

Stan Hu requested to merge stanhu/gitlab-ce:handle-bad-head into master

A repository could have objects but no valid HEAD, causing project.commit to be nil.

Merge request reports