Struct git_signature
The signature portion of a git commit, containing the author or committer information including name, email address and time.
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public struct git_signature
Fields
| Improve this Doc View SourceThe email address of the author or committer.
Declaration
public byte *email
Field Value
Type | Description |
---|---|
System.Byte* |
name
The full name of the author or committer.
Declaration
public byte *name
Field Value
Type | Description |
---|---|
System.Byte* |
when
The time the commit was authored or committed.
Declaration
public git_time when
Field Value
Type | Description |
---|---|
git_time |