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
|
@ -73,7 +73,7 @@ class Commit
|
|||
repo.commits(ref, limit, offset)
|
||||
else
|
||||
repo.commits(ref)
|
||||
end.map{ |c| Commit.new(c) }
|
||||
end.map{ |c| Commit.new(c) }
|
||||
end
|
||||
|
||||
def commits_between(repo, from, to)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue