Skip to content

Fix 500 Error When Creating Issue For Project With No Commits

This merge request fixes issue #153 (closed), where trying to create an issue for a project with no commits results in a 500 error. This was done by:

  1. Checking that a commit exists before attempting to load its sha
  2. Handling the exception thrown by Rugged when attempting to load a nil SHA

Merge request reports