C# Class GitSharp.Core.ReflogReader.Entry

Exibir arquivo Open project: jagregory/GitSharp

Public Methods

Method Description
Entry ( byte raw, int pos ) : System
ToString ( ) : string
getComment ( ) : string

Gets the textual description of the change.

getNewId ( ) : ObjectId

Gets the commit id after the change.

getOldId ( ) : ObjectId

Gets the commit id before the change.

getWho ( ) : PersonIdent

Gets the user performing the change.

Method Details

Entry() public method

public Entry ( byte raw, int pos ) : System
raw byte
pos int
return System

ToString() public method

public ToString ( ) : string
return string

getComment() public method

Gets the textual description of the change.
public getComment ( ) : string
return string

getNewId() public method

Gets the commit id after the change.
public getNewId ( ) : ObjectId
return ObjectId

getOldId() public method

Gets the commit id before the change.
public getOldId ( ) : ObjectId
return ObjectId

getWho() public method

Gets the user performing the change.
public getWho ( ) : PersonIdent
return PersonIdent