ActionView::Template::Error (Grit::Git::GitTimeout)
Created by: shurco
When viewing 'commit' my project I view 500 error. Log from production.log: Started GET "/bender/commits/1e8d862a145e39b837d8a40e616109c2be062746" for 192.168.157.42 at 2011-12-15 15:51:57 +0400 Processing by CommitsController#show as HTML Parameters: {"project_id"=>"bender", "id"=>"1e8d862a145e39b837d8a40e616109c2be062746"} Rendered commits/_diff_head.html.haml (523.3ms) Rendered commits/_diff.html.haml (523.6ms) Rendered commits/show.html.haml within layouts/project (527.8ms) Completed 500 Internal Server Error in 538ms
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___54327950_92978600'
app/views/commits/_diff.html.haml:2:in _app_views_commits__diff_html_haml___910169286_94643450' app/views/commits/show.html.haml:26:in
_app_views_commits_show_html_haml__628103656_99518240'
app/controllers/commits_controller.rb:30:in `show'