# File lib/grit_adapter/git_layer_grit.rb, line 325
      def commits(start = 'master', max_count = 10, skip = 0)
        @repo.commits(start, max_count, skip).map{|commit| Gollum::Git::Commit.new(commit)}
      end