Class Commit
A commit object.
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class Commit : GitObject
Properties
| Improve this Doc View SourceAuthor
Gets the signature of the author of this commit.
Declaration
public Signature Author { get; }
Property Value
Type | Description |
---|---|
Signature |
Committer
Gets the signature of the committer of this commit.
Declaration
public Signature Committer { get; }
Property Value
Type | Description |
---|---|
Signature |
Tree
Gets the tree that this commit points to.
Declaration
public Tree Tree { get; }
Property Value
Type | Description |
---|---|
Tree |
TreeId
Gets the object ID of the tree that this commit points to.
Declaration
public ObjectId TreeId { get; }
Property Value
Type | Description |
---|---|
ObjectId |
Type
Declaration
public override ObjectType Type { get; }
Property Value
Type | Description |
---|---|
ObjectType |