C# Class Git.Core.Commit

Inheritance: Object
Show file Open project: igorgue/git-sharp Class Usage Examples

Public Methods

Method Description
Commit ( SHA1 treeId, SHA1 parentId, string authorName, string commiterName, string authorEmail, string commiterEmail, string messageContent ) : System

Protected Methods

Method Description
Decode ( ) : byte[]
Encode ( byte content ) : void

Method Details

Commit() public method

public Commit ( SHA1 treeId, SHA1 parentId, string authorName, string commiterName, string authorEmail, string commiterEmail, string messageContent ) : System
treeId SHA1
parentId SHA1
authorName string
commiterName string
authorEmail string
commiterEmail string
messageContent string
return System

Decode() protected method

protected Decode ( ) : byte[]
return byte[]

Encode() protected method

protected Encode ( byte content ) : void
content byte
return void