# File lib/rugged_adapter/git_layer_rugged.rb, line 566 def commits(start = 'refs/heads/master', max_count = 10, skip = 0) git.log(start, nil, :max_count => max_count, :skip => skip) end