C# Class GitSharp.Commit

Represents a revision of the content tracked in the repository.
Inheritance: AbstractObject
Exibir arquivo Open project: jagregory/jagregory-gitsharp Class Usage Examples

Protected Methods

Method Description
LoadBody ( GitObjectStream content ) : void

Private Methods

Method Description
GetSignature ( string line ) : string
GetTreeId ( string line ) : string
ReadComment ( string body ) : string

Method Details

LoadBody() protected method

protected LoadBody ( GitObjectStream content ) : void
content GitObjectStream
return void