Commit messages with HTML-tags doesn't get escaped
Created by: wibron
If I write a commit-message like:
git commit -m 'Changed all <input> tags to be wider'
GitLab parses the commit-message an outputs an input-field in the commit message (in lists and on a commit details page).