Hi,
when accessing a commit's commit.author I get not only the author's name and email, but also the timestamp of the commit, which I don't want. E.g. on some commit of my repo I get
Felix <[email protected]> 1622561055 +0200
It would be cool to get the author's name not only as a simple string, but as a more complex object that allows to access first name, last name, email etc. separately.