Values.UserInfoSourceInformation about the user who made a specified commit.
type nonrec t = {name : Name.t option;The name of the user who made the specified commit.
*)email : Email.t option;The email address associated with the user who made the commit, if any.
*)date : Date.t option;The date when the specified commit was commited, in timestamp format with GMT offset.
*)}