Show / Hide Table of Contents

Class Commit

A commit object.

Inheritance
System.Object
NativeDisposable
GitObject
Commit
Inherited Members
GitObject.Id
NativeDisposable.Dispose()
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class Commit : GitObject

Properties

| Improve this Doc View Source

Author

Gets the signature of the author of this commit.

Declaration
public Signature Author { get; }
Property Value
Type Description
Signature
| Improve this Doc View Source

Committer

Gets the signature of the committer of this commit.

Declaration
public Signature Committer { get; }
Property Value
Type Description
Signature
| Improve this Doc View Source

Tree

Gets the tree that this commit points to.

Declaration
public Tree Tree { get; }
Property Value
Type Description
Tree
| Improve this Doc View Source

TreeId

Gets the object ID of the tree that this commit points to.

Declaration
public ObjectId TreeId { get; }
Property Value
Type Description
ObjectId
| Improve this Doc View Source

Type

Declaration
public override ObjectType Type { get; }
Property Value
Type Description
ObjectType
Overrides
GitObject.Type
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX