# File lib/rugged_adapter/git_layer_rugged.rb, line 587
      def log(commit = 'refs/heads/master', path = nil, options = {})
        git.log(commit, path, options)
      end