Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetPrevious ( ) : Revision | ||
GitRevision ( Repository repo, NGit gitRepository, string rev ) : System | ||
GitRevision ( Repository repo, NGit gitRepository, string rev, System.DateTime time, string author, string message ) : System | ||
ToString ( ) : string |
public GitRevision ( Repository repo, NGit gitRepository, string rev ) : System | ||
repo | Repository | |
gitRepository | NGit | |
rev | string | |
return | System |
public GitRevision ( Repository repo, NGit gitRepository, string rev, System.DateTime time, string author, string message ) : System | ||
repo | Repository | |
gitRepository | NGit | |
rev | string | |
time | System.DateTime | |
author | string | |
message | string | |
return | System |