Skip to content

Fix regression in 7.2.9 causing log method to throw an exception given an unknown ref

Stan Hu requested to merge stanhu/gitlab_git:fix-repo-log-unknown into master

a83071ad removed the rescue call in log that would handle unknown refs. This was causing build failures in GitLab CE.

Merge request reports