Method: Grit::Repo#commit_stats
- Defined in:
- lib/grit/repo.rb
#commit_stats(start = 'master', max_count = 10, skip = 0) ⇒ Object
351 352 353 354 355 356 |
# File 'lib/grit/repo.rb', line 351 def commit_stats(start = 'master', max_count = 10, skip = 0) = {:max_count => max_count, :skip => skip} CommitStats.find_all(self, start, ) end |