Skip to content

HTTP 500 when no commit message

Matthias Käppler requested to merge github/fork/mmonge/master into master

Created by: mmonge

I just migrate a repo from SVN to Git, some commits did not have message and gitlab shows HTTP 500 when it loads commits index view.

Added an "if" to check Nil and show a warning instead of HTTP 500.

Merge request reports