Gem updates & githost logger

* Grit gem updated
* gitolite-client updated
* logger added
* few fixes
This commit is contained in:
Dmitriy Zaporozhets 2012-05-21 23:17:41 +03:00
parent 09831488c9
commit 1b2068eaa9
8 changed files with 23 additions and 8 deletions

View file

@ -15,6 +15,7 @@ class CommitsController < ApplicationController
def index
@repo = project.repo
@limit, @offset = (params[:limit] || 40), (params[:offset] || 0)
@commits = @project.commits(@ref, params[:path], @limit, @offset)
respond_to do |format|