# File lib/grit/repo.rb, line 395
    def commit_count(start = 'master')
      Commit.count(self, start)
    end