# File lib/grit_adapter/git_layer_grit.rb, line 101 def author author = @commit.author Gollum::Git::Actor.new(author.name, author.email) end