You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <...@gmail.com> 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.