Invalid raw commit type
7.9.0.rc1
ActionView::Template::Error (Invalid raw commit type: Rugged::Blob):
23: - if commit.description?
24: .commit-row-description.js-toggle-content
25: %pre
26: = preserve(gfm(escape_once(commit.description)))
27:
28: .commit-row-info
29: = commit_author_link(commit, avatar: true, size: 24)
app/models/repository.rb:30:in `commit'
lib/gitlab/markdown.rb:295:in `reference_commit'
lib/gitlab/markdown.rb:212:in `reference_link'
lib/gitlab/markdown.rb:190:in `parse_result'
lib/gitlab/markdown.rb:173:in `block in parse_references'
lib/gitlab/markdown.rb:162:in `gsub!'
lib/gitlab/markdown.rb:162:in `parse_references'
lib/gitlab/markdown.rb:134:in `parse'
lib/gitlab/markdown.rb:73:in `gfm_with_options'
lib/gitlab/markdown.rb:43:in `gfm'
app/views/projects/commits/_commit.html.haml:26:in `_app_views_projects_commits__commit_html_haml___3349596888153175499_112953920'
app/views/projects/commits/_commits.html.haml:14:in `block in _app_views_projects_commits__commits_html_haml__3759418747933461966_112621300'
app/views/projects/commits/_commits.html.haml:4:in `each'
app/views/projects/commits/_commits.html.haml:4:in `_app_views_projects_commits__commits_html_haml__3759418747933461966_112621300'
app/views/projects/commits/show.html.haml:16:in `_app_views_projects_commits_show_html_haml__2714336405425623338_31087160'
app/controllers/projects/commits_controller.rb:18:in `show'
lib/gitlab/middleware/timeout.rb:9:in `call'
cc @haynes