Namespaces

Types in GitSharp

Type Author

Namespace GitSharp

Represents the Author or Committer of a Commit.

Properties

Public properties

Author Anonymous get;

Preconfigured anonymous Author, which may be used by GitSharp if no Author has been configured.

string EmailAddress get; set;

string Name get; set;