GitAuthorInfo class

Information about a git commit author.

public sealed class GitAuthorInfo

Public Members

name description
GitAuthorInfo(…) Creates an instance.
Email { get; } The author email.
Name { get; } The author name.

See Also