Error 500 on commit view (Grit::Git::GitTimeout)
Created by: p0123n
Rendered commits/show.html.haml within layouts/project (392.5ms) Completed 500 Internal Server Error in 400ms
ActionView::Template::Error (Grit::Git::GitTimeout):
1: %ul.bordered-list
2: - @commit.diffs.each do |diff|
3: %li
4: - if diff.deleted_file
5: %span.removed_file
app/models/commit.rb:7:in `diffs'
app/views/commits/_diff_head.html.haml:2:in `_app_views_commits__diff_head_html_haml___4609417310260178621_45671880'
app/views/commits/_diff.html.haml:2:in `_app_views_commits__diff_html_haml___2540800824834184374_46788400'
app/views/commits/show.html.haml:25:in `_app_views_commits_show_html_haml___4151098555950872972_52921260'
app/controllers/commits_controller.rb:30:in `show'