Gem updates & githost logger
* Grit gem updated * gitolite-client updated * logger added * few fixes
This commit is contained in:
parent
09831488c9
commit
1b2068eaa9
8 changed files with 23 additions and 8 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue