# File lib/rugged_adapter/git_layer_rugged.rb, line 108
      def author
        @author ||= Gollum::Git::Actor.new(@commit.author[:name], @commit.author[:email])
      end