Class Signature
The signature portion of a git commit, containing the author or committer information including name, email address and time.
Inheritance
System.Object
Signature
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class Signature : object
Properties
| Improve this Doc View SourceGets the email address of the author or committer.
Declaration
public string Email { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the full name of the author or committer.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
When
Gets the time the commit was authored or committed.
Declaration
public DateTimeOffset When { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |