C# Class GitSharp.Core.ReflogReader

Utility for reading reflog entries.
Show file Open project: jagregory/GitSharp Class Usage Examples

Public Methods

Method Description
ReflogReader ( Repository db, string refName ) : System

Parsed reflog entry.

getLastEntry ( ) : Entry

Get the last entry in the reflog.

getReverseEntries ( ) : IList

getReverseEntries ( int max ) : IList

Method Details

ReflogReader() public method

Parsed reflog entry.
public ReflogReader ( Repository db, string refName ) : System
db Repository
refName string
return System

getLastEntry() public method

Get the last entry in the reflog.
public getLastEntry ( ) : Entry
return Entry

getReverseEntries() public method

public getReverseEntries ( ) : IList
return IList

getReverseEntries() public method

public getReverseEntries ( int max ) : IList
max int Max number of entries to read.
return IList