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

@ -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)